Skip to content

Commit 2e742c6

Browse files
authored
Disable non-hermetic tests of macos_ui (#317)
Some tests in `macos_ui` are not hermetic. This PR disabled them in order to unblock the Flutter tree. Issue filed: macosui/macos_ui#499
1 parent 99e4c36 commit 2e742c6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

registry/macos_ui.test

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,10 @@ fetch=git -C tests checkout c6d37d88e38bddc0723fee9eb57c146aa9f0053d
55

66
update=.
77

8-
test=flutter analyze --no-fatal-infos
9-
test=flutter test
8+
# Disable macos_ui tests due to them not being hermetic.
9+
# - Github issue: https://github.com/macosui/macos_ui/issues/499
10+
11+
test=echo macos_ui tests are disabled
12+
13+
#test=flutter analyze --no-fatal-infos
14+
#test=flutter test

0 commit comments

Comments
 (0)