From 415bf6dfe9b085877f3c2d6502707dd89e58e6fe Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Wed, 5 Jul 2023 13:03:58 -0400 Subject: [PATCH] [ci] Remove `starqlteue` from FTL tests (#4375) This device seems to have undocumented availability issues that are causing very long wait times and thus frequent CI timeouts. Hopefully fixes https://github.com/flutter/flutter/issues/129873 See also https://github.com/flutter/flutter/issues/130010 --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 97490d5937..69f388dad8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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