Update engine testing to use api 33 for android tests. (flutter/engine#42351)

#flutter/flutter/127682
The plurality of android users are on api 33. We should be testing on our most used android api.
This commit is contained in:
Reid Baker
2023-05-30 16:50:13 -04:00
committed by GitHub
parent a1b365111f
commit e927e5488f

View File

@@ -54,7 +54,7 @@ def run_firebase_test(apk, results_dir):
'--results-dir',
results_dir,
'--device',
'model=redfin,version=30',
'model=oriole,version=33',
],
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT,