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

Commit 0474ef8

Browse files
Exclude some missing integration tests (#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/flutter#82208 flutter/flutter#82211
1 parent 37ac97f commit 0474ef8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.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)