Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d48279bf authored by Vadim Tryshev's avatar Vadim Tryshev Committed by Android (Google) Code Review
Browse files

Merge "Disabling ViewCaptureRule" into main

parents 59c8b69e 229a1817
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ public class FallbackRecentsTest {
                .around(new TestStabilityRule())
                .around(new NavigationModeSwitchRule(mLauncher))
                .around(new FailureWatcher(mLauncher, viewCaptureRule::getViewCaptureData))
                .around(viewCaptureRule)
                // .around(viewCaptureRule) b/315482167
                .around(new TestIsolationRule(mLauncher, false))
                .around(setLauncherCommand);

+1 −1
Original line number Diff line number Diff line
@@ -257,7 +257,7 @@ public abstract class AbstractLauncherUiTest {
        final RuleChain inner = RuleChain
                .outerRule(new PortraitLandscapeRunner(this))
                .around(new FailureWatcher(mLauncher, viewCaptureRule::getViewCaptureData))
                .around(viewCaptureRule)
                // .around(viewCaptureRule) // b/315482167
                .around(new TestIsolationRule(mLauncher, true));

        return TestHelpers.isInLauncherProcess()