Skip to content

Commit

Permalink
[ci] Remove starqlteue from FTL tests (#4375)
Browse files Browse the repository at this point in the history
This device seems to have undocumented availability issues that are
causing very long wait times and thus frequent CI timeouts.

Hopefully fixes flutter/flutter#129873

See also flutter/flutter#130010
  • Loading branch information
stuartmorgan authored Jul 5, 2023
1 parent 38745bf commit 415bf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ task:
firebase_test_lab_script:
- if [[ -n "$GCLOUD_FIREBASE_TESTLAB_KEY" ]]; then
- echo $GCLOUD_FIREBASE_TESTLAB_KEY > ${HOME}/gcloud-service-key.json
- ./script/tool_runner.sh firebase-test-lab --device model=redfin,version=30 --device model=starqlteue,version=26 --exclude=script/configs/exclude_integration_android.yaml
- ./script/tool_runner.sh firebase-test-lab --device model=redfin,version=30 --exclude=script/configs/exclude_integration_android.yaml
- else
- echo "This user does not have permission to run Firebase Test Lab tests."
- fi
Expand Down

0 comments on commit 415bf6d

Please sign in to comment.