Skip to content

Commit 2a93d62

Browse files
committed
Run UI tests on Pixel 5
It's default test device on FTL
1 parent 1842919 commit 2a93d62

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.buildkite/commands/connected-tests.sh

100644100755
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ gcloud firebase test android run \
1717
--type instrumentation \
1818
--app app/build/outputs/apk/debug/app-debug.apk \
1919
--test app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk \
20-
# tegu = Pixel 9a
21-
--device model=tegu,version=35,locale=en,orientation=portrait \
20+
--device model=redfin,version=30 \
2221
--verbosity info

0 commit comments

Comments
 (0)