From bf7b23ab997400298c9735ed1cf7ff64f860d347 Mon Sep 17 00:00:00 2001 From: Aaron Train Date: Tue, 11 Feb 2020 15:24:10 -0500 Subject: [PATCH] Closes #8316: Disable animations for instrumented tests (#8317) --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index ef0c826ba..2f45cb098 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -150,6 +150,7 @@ android { testOptions { execution 'ANDROIDX_TEST_ORCHESTRATOR' unitTests.includeAndroidResources = true + animationsDisabled = true } flavorDimensions "engine"