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

Commit 304b83d

Browse files
[ci] Re-enable stable webview Android tests (#4867)
1 parent 2c21e7d commit 304b83d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.cirrus.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -230,15 +230,7 @@ task:
230230
- export CIRRUS_COMMIT_MESSAGE=""
231231
- if [[ -n "$GCLOUD_FIREBASE_TESTLAB_KEY" ]]; then
232232
- echo $GCLOUD_FIREBASE_TESTLAB_KEY > ${HOME}/gcloud-service-key.json
233-
# TODO(stuartmorgan): Remove this condition once
234-
# https://github.com/flutter/flutter/issues/96661 is fixed and
235-
# cherry picked. Currently webview_flutter tests crash on stable on
236-
# Android so must be skipped.
237-
- if [[ "$CHANNEL" == "stable" ]]; then
238-
- ./script/tool_runner.sh firebase-test-lab --device model=redfin,version=30 --device model=starqlteue,version=26 --exclude=script/configs/exclude_integration_android.yaml,webview_flutter
239-
- else
240-
- ./script/tool_runner.sh firebase-test-lab --device model=redfin,version=30 --device model=starqlteue,version=26 --exclude=script/configs/exclude_integration_android.yaml
241-
- fi
233+
- ./script/tool_runner.sh firebase-test-lab --device model=redfin,version=30 --device model=starqlteue,version=26 --exclude=script/configs/exclude_integration_android.yaml
242234
- else
243235
- echo "This user does not have permission to run Firebase Test Lab tests."
244236
- fi

0 commit comments

Comments
 (0)