Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit c055be9

Browse files
Exclude from integration tests
1 parent 9db6ce7 commit c055be9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,4 +307,4 @@ task:
307307
native_test_script:
308308
- ./script/tool_runner.sh native-test --macos --exclude=script/configs/exclude_native_macos.yaml
309309
drive_script:
310-
- ./script/tool_runner.sh drive-examples --macos
310+
- ./script/tool_runner.sh drive-examples --macos --exclude=script/configs/exclude_integration_macos.yaml
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Can't use Flutter integration tests due to native modal UI.
2+
- file_selector_macos

0 commit comments

Comments
 (0)