Merge "Enable transitioningToLocked_resetCallsExecuteLock and transitioningToUnlocked_resetCallsPostUnlock in presubmit" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
165c8b3a1b
@@ -167,7 +167,6 @@ public class PrivateProfileManagerTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/320703862
|
||||
public void transitioningToUnlocked_resetCallsPostUnlock() throws Exception {
|
||||
PrivateProfileManager privateProfileManager = spy(mPrivateProfileManager);
|
||||
doNothing().when(privateProfileManager).resetPrivateSpaceDecorator(anyInt());
|
||||
@@ -185,7 +184,6 @@ public class PrivateProfileManagerTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT)
|
||||
public void transitioningToLocked_resetCallsExecuteLock() throws Exception {
|
||||
PrivateProfileManager privateProfileManager = spy(mPrivateProfileManager);
|
||||
doNothing().when(privateProfileManager).resetPrivateSpaceDecorator(anyInt());
|
||||
|
||||
Reference in New Issue
Block a user