From 09011fcd077f16806910868bbe417cdc2266e60a Mon Sep 17 00:00:00 2001 From: Vadim Tryshev Date: Thu, 27 Jun 2024 15:26:44 -0700 Subject: [PATCH] Re-promote fixed test openPrivateSpaceSettings_triggersCorrectIntent to presubmit Bug: 339109319 Test: presubmit Flag: TEST_ONLY Change-Id: I4873ac3eb258dba30136534e3df6a1a378a3c29a --- .../android/launcher3/allapps/PrivateProfileManagerTest.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/src/com/android/launcher3/allapps/PrivateProfileManagerTest.java b/tests/src/com/android/launcher3/allapps/PrivateProfileManagerTest.java index 57117cb1c6..430e496b7d 100644 --- a/tests/src/com/android/launcher3/allapps/PrivateProfileManagerTest.java +++ b/tests/src/com/android/launcher3/allapps/PrivateProfileManagerTest.java @@ -22,8 +22,6 @@ import static com.android.launcher3.allapps.UserProfileManager.STATE_DISABLED; import static com.android.launcher3.allapps.UserProfileManager.STATE_ENABLED; import static com.android.launcher3.model.BgDataModel.Callbacks.FLAG_PRIVATE_PROFILE_QUIET_MODE_ENABLED; import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR; -import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL; -import static com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT; import static org.junit.Assert.assertEquals; import static org.mockito.ArgumentMatchers.any; @@ -202,7 +200,6 @@ public class PrivateProfileManagerTest { } @Test - @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/339109319 public void openPrivateSpaceSettings_triggersCorrectIntent() { Intent expectedIntent = ApiWrapper.INSTANCE.get(mContext).getPrivateSpaceSettingsIntent(); ArgumentCaptor acIntent = ArgumentCaptor.forClass(Intent.class);