Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a8d6252

Browse files
authored
Update engine testing to use api 33 for android tests. (#42351)
#flutter/flutter/127682 The plurality of android users are on api 33. We should be testing on our most used android api.
1 parent 81839ac commit a8d6252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/firebase_testlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def run_firebase_test(apk, results_dir):
5454
'--results-dir',
5555
results_dir,
5656
'--device',
57-
'model=redfin,version=30',
57+
'model=oriole,version=33',
5858
],
5959
stdout=subprocess.PIPE,
6060
stderr=subprocess.STDOUT,

0 commit comments

Comments
 (0)