Skip to content

Commit

Permalink
disable instrumentation tests completely until we find the root cause…
Browse files Browse the repository at this point in the history
… of their flakiness (#1209) and make them more robust (#1331)
  • Loading branch information
Guardiola31337 committed Sep 27, 2018
1 parent ffadca2 commit 9045124
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions circle.yml
Expand Up @@ -40,30 +40,30 @@ jobs:
command: |
./gradlew accessToken
./gradlew app:assembleDebug
- run:
name: Build Instrumentation Test APK
command: |
./gradlew app:assembleAndroidTest
# - run:
# name: Build Instrumentation Test APK
# command: |
# ./gradlew app:assembleAndroidTest
- run:
name: Log in to Google Cloud Platform
shell: /bin/bash -euo pipefail
command: |
echo "${GCLOUD_SERVICE_ACCOUNT_JSON}" > secret.json
gcloud auth activate-service-account --key-file secret.json --project mapbox-navigation-android
rm secret.json
- run:
name: Run instrumentation tests on Firebase
no_output_timeout: 1200
shell: /bin/bash -euo pipefail
command: |
gcloud firebase test android run --type instrumentation \
--app app/build/outputs/apk/debug/app-debug.apk \
--test app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk \
--device model=hammerhead,version=21,locale=en,orientation=portrait \
--device model=athene,version=23,locale=fr,orientation=landscape \
--device model=sailfish,version=26,locale=es,orientation=portrait \
--device model=walleye,version=28,locale=de,orientation=landscape \
--timeout 5m
# - run:
# name: Run instrumentation tests on Firebase
# no_output_timeout: 1200
# shell: /bin/bash -euo pipefail
# command: |
# gcloud firebase test android run --type instrumentation \
# --app app/build/outputs/apk/debug/app-debug.apk \
# --test app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk \
# --device model=hammerhead,version=21,locale=en,orientation=portrait \
# --device model=athene,version=23,locale=fr,orientation=landscape \
# --device model=sailfish,version=26,locale=es,orientation=portrait \
# --device model=walleye,version=28,locale=de,orientation=landscape \
# --timeout 5m
- run:
name: Run robo test on Firebase
no_output_timeout: 1200
Expand Down

0 comments on commit 9045124

Please sign in to comment.