Skip to content

Commit 2faf992

Browse files
authored
Change firebase device tests from Android api 30 to 33 (#5185)
Changes firebase device tests to use android 13. I know there is consideration [for turning them off](flutter/flutter#131429), but as long as we are running them we may as well run them on as new an android version as we can (I'm assuming here we can't use android 14 due to the [ongoing work](#4974) to fix some tests on android 14). The particular device is listed as high capacity. The list can be seen here in the 3rd option without any login https://firebase.google.com/docs/test-lab/android/available-testing-devices
1 parent d5053b5 commit 2faf992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/targets/android_device_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tasks:
1111
args:
1212
- "firebase-test-lab"
1313
- "--device"
14-
- "model=redfin,version=30"
14+
- "model=oriole,version=33"
1515
- "--exclude=script/configs/exclude_integration_android.yaml"
1616
- "--project=flutter-infra-staging"
1717
- "--results-bucket=flutter_firebase_testlab_staging"

0 commit comments

Comments
 (0)