1
0
Fork 0

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

master
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
1 changed files with 1 additions and 0 deletions

View File

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