We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e4c36 commit 2e742c6Copy full SHA for 2e742c6
registry/macos_ui.test
@@ -5,5 +5,10 @@ fetch=git -C tests checkout c6d37d88e38bddc0723fee9eb57c146aa9f0053d
5
6
update=.
7
8
-test=flutter analyze --no-fatal-infos
9
-test=flutter test
+# Disable macos_ui tests due to them not being hermetic.
+# - 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