Remove benchmark androidTest task exclusion

Task `:benchmark:connectedDemoBenchmarkAndroidTest` is not part of the `connectedDemoDebugAndroidTest` task graph and can therefore safely be removed.
pull/1837/head
Simon Marquis 2 years ago committed by GitHub
parent 373cdfc860
commit 5184175ce5

@ -100,7 +100,7 @@ jobs:
disable-animations: true
disk-size: 6000M
heap-size: 600M
script: ./gradlew connectedDemoDebugAndroidTest -x :benchmark:connectedDemoBenchmarkAndroidTest --daemon
script: ./gradlew connectedDemoDebugAndroidTest --daemon
- name: Upload test reports
if: always()

Loading…
Cancel
Save