Merge "Disabling strict activity leak check" into main

This commit is contained in:
Vadim Tryshev
2023-11-11 00:35:33 +00:00
committed by Android (Google) Code Review

View File

@@ -185,7 +185,7 @@ public class NavigationModeSwitchRule implements TestRule {
+ launcher.getNavigationModeMismatchError(false),
() -> launcher.getNavigationModeMismatchError(false) == null,
WAIT_TIME_MS, launcher);
AbstractLauncherUiTest.checkDetectedLeaks(launcher, true);
AbstractLauncherUiTest.checkDetectedLeaks(launcher, false);
return true;
}