File tree 3 files changed +4
-60
lines changed
architecture/instrumentation-test/src/main/java/com/mitteloupe/whoami/test 3 files changed +4
-60
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,10 @@ android {
79
79
kotlinCompilerExtensionVersion = " 1.5.15"
80
80
}
81
81
82
+ testOptions {
83
+ animationsDisabled = true
84
+ }
85
+
82
86
packaging {
83
87
resources {
84
88
excludes + = " /META-INF/{AL2.0,LGPL2.1}"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import com.mitteloupe.whoami.test.idlingresource.findAndCloseAppNotRespondingDia
16
16
import com.mitteloupe.whoami.test.idlingresource.registerAppNotRespondingWatcher
17
17
import com.mitteloupe.whoami.test.launcher.AppLauncher
18
18
import com.mitteloupe.whoami.test.localstore.KeyValueStore
19
- import com.mitteloupe.whoami.test.rule.DisableAnimationsRule
20
19
import com.mitteloupe.whoami.test.rule.HiltInjectorRule
21
20
import com.mitteloupe.whoami.test.rule.LocalStoreRule
22
21
import com.mitteloupe.whoami.test.rule.ScreenshotFailureRule
@@ -78,7 +77,6 @@ abstract class BaseTest {
78
77
val testRules: RuleChain by lazy {
79
78
RuleChain
80
79
.outerRule(hiltAndroidRule)
81
- .around(DisableAnimationsRule ())
82
80
.around(HiltInjectorRule (hiltAndroidRule))
83
81
.around(ScreenshotFailureRule ())
84
82
.around(webServerRule)
You can’t perform that action at this time.
0 commit comments