File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,9 @@ task:
258258 firebase_test_lab_script :
259259 - if [[ -n "$GCLOUD_FIREBASE_TESTLAB_KEY" ]]; then
260260 - echo $GCLOUD_FIREBASE_TESTLAB_KEY > ${HOME}/gcloud-service-key.json
261- - ./script/tool_runner.sh firebase-test-lab --device model=redfin,version=30 --device model=starqlteue,version=26 --exclude=script/configs/exclude_integration_android.yaml
261+ # (TODO)cyanglaz: add --device model=starqlteue,version=26 back when the device issue is fixed in FTL.
262+ # https://github.com/flutter/flutter/issues/114535
263+ - ./script/tool_runner.sh firebase-test-lab --device model=redfin,version=30 --exclude=script/configs/exclude_integration_android.yaml
262264 - else
263265 - echo "This user does not have permission to run Firebase Test Lab tests."
264266 - fi
You can’t perform that action at this time.
0 commit comments