Skip to content

Commit 324a7f2

Browse files
Exclude more tests on Windows
Excludes two other Dart unit tests that have pre-existing issues running on Windows hosts.
1 parent 334b58e commit 324a7f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

script/configs/windows_unit_tests_exceptions.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
# This test is very slow, so isn't worth running a second time
55
# on Windows; the Linux run is enough coverage.
66
- flutter_migrate
7+
# TODO(stuartmorgan): Fix these tests to run correctly on a
8+
# Windows host and enable them.
9+
- path_provider_linux
10+
- webview_flutter_android
711
# Unit tests for plugins that support web currently run in
812
# Chrome, which isn't currently supported by web infrastructure.
913
# TODO(ditman): Fix this in the repo tooling.

0 commit comments

Comments
 (0)