Remove Benchmark test from android tests correctly

Change-Id: Idf1d2e7089a992d237d6849abcda640f48312ae3
pull/127/head
Jolanda Verhoef 3 years ago
parent e7153d8f96
commit 0a5072c1db

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

Loading…
Cancel
Save