From 70b4560cdd7cec56af53ebf70cf5ac3ca71dd93f Mon Sep 17 00:00:00 2001 From: Greg Spencer Date: Wed, 15 Nov 2023 09:57:00 -0800 Subject: [PATCH] Temporarily disable super_editor tests --- registry/super_editor.test | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/registry/super_editor.test b/registry/super_editor.test index 698a2f7a..9072a259 100644 --- a/registry/super_editor.test +++ b/registry/super_editor.test @@ -18,5 +18,12 @@ fetch=git clone https://github.com/superlistapp/super_editor.git tests fetch=git -C tests checkout 865a559bf27ef39c8c8554f9343cd89abf8621dd # Run the tests. -test.posix=./flutter_test_registry/flutter_test_repo_test.sh -test.windows=.\flutter_test_registry\flutter_test_repo_test.bat + +# Temporarily disable tests while +# https://github.com/flutter/flutter/pull/136854 and +# https://github.com/superlistapp/super_editor/pull/1593 land. + +#test.posix=./flutter_test_registry/flutter_test_repo_test.sh +#test.windows=.\flutter_test_registry\flutter_test_repo_test.bat + +test=echo Temporarily disabled