Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 1344b87

Browse files
author
Langston Smith
authored
commented out (#807)
1 parent 373c3e0 commit 1344b87

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

circle.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,18 @@ jobs:
5353
- run:
5454
name: Generate Espresso sanity tests
5555
command: make sanity-test-example-activities
56-
- run:
57-
name: Run Firebase instrumentation tests
58-
command: |
59-
#!/bin/bash
60-
./gradlew :MapboxAndroidDemo:assembleGpservicesDebug --continue
61-
./gradlew :MapboxAndroidDemo:assembleAndroidTest --continue
62-
gcloud firebase test android run \
63-
--type instrumentation \
64-
--app MapboxAndroidDemo/build/outputs/apk/gpservices/debug/MapboxAndroidDemo-gpservices-debug.apk \
65-
--test MapboxAndroidDemo/build/outputs/apk/androidTest/gpservices/debug/MapboxAndroidDemo-gpservices-debug-androidTest.apk \
66-
--device-ids sailfish --os-version-ids 26 --locales en --orientations portrait --timeout 5m
56+
# Temporarily disabled because of Firebase GSON issues: https://github.com/google/gson/issues/1354
57+
#- run:
58+
# name: Run Firebase instrumentation tests
59+
# command: |
60+
# #!/bin/bash
61+
# ./gradlew :MapboxAndroidDemo:assembleGpservicesDebug --continue
62+
# ./gradlew :MapboxAndroidDemo:assembleAndroidTest --continue
63+
# gcloud firebase test android run \
64+
# --type instrumentation \
65+
# --app MapboxAndroidDemo/build/outputs/apk/gpservices/debug/MapboxAndroidDemo-gpservices-debug.apk \
66+
# --test MapboxAndroidDemo/build/outputs/apk/androidTest/gpservices/debug/MapboxAndroidDemo-gpservices-debug-androidTest.apk \
67+
# --device-ids sailfish --os-version-ids 26 --locales en --orientations portrait --timeout 5m
6768
- store_artifacts:
6869
path: MapboxAndroidDemo/build/outputs/apk/gpservices/debug/MapboxAndroidDemo-gpservices-debug.apk
6970
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)