From 939577ac24adaf92fa8563b67f24ab43de2687e2 Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Tue, 24 Oct 2023 16:41:58 -0700 Subject: [PATCH] Update the ftl hardware version. This is to unblock tests in packages timing out because of long queue times in ftl tests. --- .ci/targets/android_device_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/targets/android_device_tests.yaml b/.ci/targets/android_device_tests.yaml index 6720a03d88a..c626479504f 100644 --- a/.ci/targets/android_device_tests.yaml +++ b/.ci/targets/android_device_tests.yaml @@ -11,7 +11,7 @@ tasks: args: - "firebase-test-lab" - "--device" - - "model=oriole,version=33" + - "model=panther,version=33" - "--exclude=script/configs/exclude_integration_android.yaml" - "--project=flutter-infra-staging" - "--results-bucket=flutter_firebase_testlab_staging"