Closes #8316: Disable animations for instrumented tests (#8317)

fennec/nightly
Aaron Train 4 years ago committed by GitHub
parent ee544dd3f1
commit bf7b23ab99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -150,6 +150,7 @@ android {
testOptions {
execution 'ANDROIDX_TEST_ORCHESTRATOR'
unitTests.includeAndroidResources = true
animationsDisabled = true
}
flavorDimensions "engine"

Loading…
Cancel
Save