Merge "Disabling ViewCaptureRule" into main

This commit is contained in:
Vadim Tryshev
2023-12-12 23:10:57 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions
@@ -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()