Skip to content

Commit 0474ef8

Browse files
Exclude some missing integration tests (flutter#3872)
ios_platform_images does not currently have an integration test, and file_chooser does not have a web integration test, so both must be explicitly excluded due to recent tooling changes. See: flutter#82208 flutter#82211
1 parent 37ac97f commit 0474ef8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.cirrus.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ task:
168168
- name: build-web+drive-examples
169169
env:
170170
# Currently missing; see https://github.com/flutter/flutter/issues/81982
171-
PLUGINS_TO_EXCLUDE_INTEGRATION_TESTS: "image_picker_for_web,shared_preferences_web,video_player_web"
171+
# and https://github.com/flutter/flutter/issues/82211
172+
PLUGINS_TO_EXCLUDE_INTEGRATION_TESTS: "file_selector,image_picker_for_web,shared_preferences_web,video_player_web"
172173
matrix:
173174
CHANNEL: "master"
174175
CHANNEL: "stable"
@@ -206,8 +207,9 @@ task:
206207
PATH: $PATH:/usr/local/bin
207208
PLUGINS_TO_SKIP_XCTESTS: "integration_test"
208209
# in_app_purchase_ios is currently missing tests; see https://github.com/flutter/flutter/issues/81695
210+
# ios_platform_images is currently missing tests; see https://github.com/flutter/flutter/issues/82208
209211
# sensor hangs on CI.
210-
PLUGINS_TO_EXCLUDE_INTEGRATION_TESTS: "in_app_purchase_ios,sensors"
212+
PLUGINS_TO_EXCLUDE_INTEGRATION_TESTS: "in_app_purchase_ios,ios_platform_images,sensors"
211213
matrix:
212214
PLUGIN_SHARDING: "--shardIndex 0 --shardCount 4"
213215
PLUGIN_SHARDING: "--shardIndex 1 --shardCount 4"

0 commit comments

Comments
 (0)