From 107ed2385620ee8acf0b958ad5db9fdda405af32 Mon Sep 17 00:00:00 2001 From: Brandon Dayauon Date: Wed, 24 Apr 2024 13:41:51 -0700 Subject: [PATCH] Enable transitioningToLocked_resetCallsExecuteLock and transitioningToUnlocked_resetCallsPostUnlock in presubmit bug: 326206132 Test: presubmit Flag: None Change-Id: I2158116f9c02924cacd4e3f1d6adf920b68b973f --- .../android/launcher3/allapps/PrivateProfileManagerTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/src/com/android/launcher3/allapps/PrivateProfileManagerTest.java b/tests/src/com/android/launcher3/allapps/PrivateProfileManagerTest.java index 4021b175bc..398713d7e7 100644 --- a/tests/src/com/android/launcher3/allapps/PrivateProfileManagerTest.java +++ b/tests/src/com/android/launcher3/allapps/PrivateProfileManagerTest.java @@ -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());