File tree Expand file tree Collapse file tree
architecture/instrumentation-test/src/main/java/com/mitteloupe/whoami/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,6 +79,10 @@ android {
7979 kotlinCompilerExtensionVersion = " 1.5.15"
8080 }
8181
82+ testOptions {
83+ animationsDisabled = true
84+ }
85+
8286 packaging {
8387 resources {
8488 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
1616import com.mitteloupe.whoami.test.idlingresource.registerAppNotRespondingWatcher
1717import com.mitteloupe.whoami.test.launcher.AppLauncher
1818import com.mitteloupe.whoami.test.localstore.KeyValueStore
19- import com.mitteloupe.whoami.test.rule.DisableAnimationsRule
2019import com.mitteloupe.whoami.test.rule.HiltInjectorRule
2120import com.mitteloupe.whoami.test.rule.LocalStoreRule
2221import com.mitteloupe.whoami.test.rule.ScreenshotFailureRule
@@ -78,7 +77,6 @@ abstract class BaseTest {
7877 val testRules: RuleChain by lazy {
7978 RuleChain
8079 .outerRule(hiltAndroidRule)
81- .around(DisableAnimationsRule ())
8280 .around(HiltInjectorRule (hiltAndroidRule))
8381 .around(ScreenshotFailureRule ())
8482 .around(webServerRule)
You can’t perform that action at this time.
0 commit comments