Skip to content

Commit

Permalink
Disable non-hermetic tests of macos_ui (#317)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mdebbar authored Dec 1, 2023
1 parent 99e4c36 commit 2e742c6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions registry/macos_ui.test
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@ fetch=git -C tests checkout c6d37d88e38bddc0723fee9eb57c146aa9f0053d

update=.

test=flutter analyze --no-fatal-infos
test=flutter test
# Disable macos_ui tests due to them not being hermetic.
# - Github issue: https://github.com/macosui/macos_ui/issues/499

test=echo macos_ui tests are disabled

#test=flutter analyze --no-fatal-infos
#test=flutter test

0 comments on commit 2e742c6

Please sign in to comment.