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

Commit eec2ae4

Browse files
authored
Change FTL test to high capacity device (#47579)
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
1 parent 1833429 commit eec2ae4

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=oriole,version=33',
57+
'model=panther,version=33',
5858
],
5959
stdout=subprocess.PIPE,
6060
stderr=subprocess.STDOUT,

0 commit comments

Comments
 (0)