Skip to content

Commit

Permalink
remove flaky device from firebase test
Browse files Browse the repository at this point in the history
  • Loading branch information
ank27 committed Feb 23, 2022
1 parent 29a0ff5 commit 300405c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ commands:
--app << parameters.app_target >>/build/outputs/apk/debug/<< parameters.app_target >>-debug.apk \
--test << parameters.module_target >>/build/outputs/apk/androidTest/debug/<< parameters.module_target >>-debug-androidTest.apk \
--device model=harpia,version=23,locale=en,orientation=portrait \
--device model=AOP_sprout,version=28,locale=en,orientation=portrait \
--timeout 45m --use-orchestrator --no-record-video --num-flaky-test-attempts 3 \
--num-uniform-shards 4
fi
Expand All @@ -310,7 +309,6 @@ commands:
if [[ -n "${GCLOUD_SERVICE_ACCOUNT_JSON}" ]]; then
gcloud firebase test android run --type robo \
--app app/build/outputs/apk/release/app-release.apk \
--device model=AOP_sprout,version=28,locale=en,orientation=portrait \
--device model=harpia,version=23,locale=en,orientation=portrait \
--device model=Pixel2,version=30,locale=en,orientation=portrait \
--device model=G8142,version=25,locale=en,orientation=portrait \
Expand Down

0 comments on commit 300405c

Please sign in to comment.