diff --git a/registry/super_editor.test b/registry/super_editor.test deleted file mode 100644 index 629294a8..00000000 --- a/registry/super_editor.test +++ /dev/null @@ -1,32 +0,0 @@ -# Tests for the super_editor mono repo. - -# Contacts -contact=flutterbountyhunters@gmail.com - -# Update -update=attributed_text/ -update=super_text_layout/ -update=super_editor/ - -# Fetch the super_editor mono repo. -fetch=git clone https://github.com/superlistapp/super_editor.git tests -fetch=git -C tests checkout bb3b49d852ef189fb25137129b52145c089bb83a - -# Run the tests. -test.posix=./flutter_test_registry/flutter_test_repo_test.sh -test.windows=.\flutter_test_registry\flutter_test_repo_test.bat - -# To test your tests, check out the flutter/flutter repository and -# then, from the root of that repository, run: -# -# bin/flutter; cd dev/customer_testing; flutter pub get; time ../../bin/cache/dart-sdk/bin/dart run_tests.dart --repeat=100 -# -# ...where is the path to this file. -# -# This should run with no output, without failing, and should in total -# take less than 15 minutes (a hundred runs of your tests taking just -# a few seconds each). If your tests take longer, mention this in your -# PR and we will evaluate them to see how valuable they are (e.g. how -# unique and different they are compared to other tests we already -# have). The more valuable the tests, the more likely we are to accept -# them despite them taking a long time to run.