Skip to content

Commit

Permalink
Temporarily disable super_editor tests (#312)
Browse files Browse the repository at this point in the history
## Description

This temporarily disables the super_editor tests while
flutter/flutter#136854 and
superlistapp/super_editor#1593 are landed, to
avoid a lot of churn in the super_editor repo.

## Related Issues
 - flutter/flutter#136419
  • Loading branch information
gspencergoog authored Nov 15, 2023
1 parent 3b1d1a7 commit 8136f5e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions registry/super_editor.test
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8136f5e

Please sign in to comment.