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

This commit is contained in:
Aaron Train 2020-02-11 15:24:10 -05:00 committed by GitHub
parent ee544dd3f1
commit bf7b23ab99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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