Remove Benchmark test from android tests correctly

Change-Id: Idf1d2e7089a992d237d6849abcda640f48312ae3
pull/1837/head
Jolanda Verhoef 3 years ago
parent a30db05d66
commit 6d153f7f35

@ -117,7 +117,7 @@ jobs:
disable-animations: true disable-animations: true
disk-size: 1500M disk-size: 1500M
heap-size: 512M heap-size: 512M
script: ./gradlew connectedProdDebugAndroidTest -x :benchmark:connectedProdDebugBenchmarkAndroidTest script: ./gradlew connectedProdDebugAndroidTest -x :benchmark:connectedBenchmarkAndroidTest
- name: Upload test reports - name: Upload test reports
if: always() if: always()

Loading…
Cancel
Save