Skip to content

Commit

Permalink
Change FTL test to high capacity device (flutter#47579)
Browse files Browse the repository at this point in the history
Changes the FTL tests to use a high capacity device

Similar PR from packages repo: flutter/packages#5224

The list of devices (and their capacity) is visible through the [3rd option here "Google APIs Explorer"](https://firebase.google.com/docs/test-lab/android/available-testing-devices), without a login to any project.

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
  • Loading branch information
gmackall authored Nov 2, 2023
1 parent 1833429 commit eec2ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/firebase_testlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def run_firebase_test(apk, results_dir):
'--results-dir',
results_dir,
'--device',
'model=oriole,version=33',
'model=panther,version=33',
],
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT,
Expand Down

0 comments on commit eec2ae4

Please sign in to comment.