Remove benchmark androidTest task exclusion

Task `:benchmark:connectedDemoBenchmarkAndroidTest` is not part of the `connectedDemoDebugAndroidTest` task graph and can therefore safely be removed.
pull/747/head
Simon Marquis 1 year ago committed by GitHub
parent a03307e14d
commit ae50f3d332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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