summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-11-21 14:44:06 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-11-21 15:31:59 +0200
commitb3fc469b09fb2af68f3f7c5d9ca60af1a2042eb6 (patch)
tree0e5663de9987cc1789cb82d85cf16634403599c2
parentd6eeea1909b7ddc7fa7d1880257a2deca86a1562 (diff)
downloadqtlocation-mapboxgl-b3fc469b09fb2af68f3f7c5d9ca60af1a2042eb6.tar.gz
[tests] Disable some metrics recording on Firebase
We are not using them, attempt to make the tests run faster.
-rw-r--r--circle.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 89ff569244..1644bc49c0 100644
--- a/circle.yml
+++ b/circle.yml
@@ -672,7 +672,8 @@ jobs:
--app render-test/android/app/build/outputs/apk/release/app-release.apk \
--test render-test/android/app/build/outputs/apk/androidTest/release/app-release-androidTest.apk \
--device-ids flame --os-version-ids 29 --locales en --orientations portrait --timeout 20m \
- --directories-to-pull /sdcard --results-dir render-test-app-${CIRCLE_BUILD_NUM}
+ --directories-to-pull /sdcard --results-dir render-test-app-${CIRCLE_BUILD_NUM} \
+ --no-record-video --no-performance-metrics
testResult=$(gsutil ls gs://test-lab-186672a0qp5bq-ycr70axads3nc/render-test-app-${CIRCLE_BUILD_NUM}/**/*.html | tail -1)
mkdir -p /tmp/tests/render-test-app
gsutil cp $testResult /tmp/tests/render-test-app | true