Skip to content

Commit

Permalink
Exclude more tests on Windows
Browse files Browse the repository at this point in the history
Excludes two other Dart unit tests that have pre-existing issues running on Windows hosts.
  • Loading branch information
stuartmorgan authored Feb 21, 2023
1 parent 334b58e commit 324a7f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions script/configs/windows_unit_tests_exceptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
# This test is very slow, so isn't worth running a second time
# on Windows; the Linux run is enough coverage.
- flutter_migrate
# TODO(stuartmorgan): Fix these tests to run correctly on a
# Windows host and enable them.
- path_provider_linux
- webview_flutter_android
# Unit tests for plugins that support web currently run in
# Chrome, which isn't currently supported by web infrastructure.
# TODO(ditman): Fix this in the repo tooling.
Expand Down

0 comments on commit 324a7f2

Please sign in to comment.