From fba55b43837e7c8a6e86239f65ecefeaa77694a6 Mon Sep 17 00:00:00 2001 From: fbaron Date: Fri, 3 May 2024 13:34:15 -0700 Subject: [PATCH] Demote testEmptyPageDoesNotGetRemovedIfPagePairIsNotEmpty to postsubmit Flag: NONE Test: TaplTwoPanelWorkspaceTest#testEmptyPageDoesNotGetRemovedIfPagePairIsNotEmpty Bug: 329935119 Change-Id: I284803b7ebe5c094dc46178d34cca952726df745 --- .../launcher3/ui/workspace/TaplTwoPanelWorkspaceTest.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/src/com/android/launcher3/ui/workspace/TaplTwoPanelWorkspaceTest.java b/tests/src/com/android/launcher3/ui/workspace/TaplTwoPanelWorkspaceTest.java index 2ce8eef2d8..a672c01e76 100644 --- a/tests/src/com/android/launcher3/ui/workspace/TaplTwoPanelWorkspaceTest.java +++ b/tests/src/com/android/launcher3/ui/workspace/TaplTwoPanelWorkspaceTest.java @@ -20,6 +20,8 @@ import static com.android.launcher3.util.TestConstants.AppNames.CHROME_APP_NAME; import static com.android.launcher3.util.TestConstants.AppNames.MAPS_APP_NAME; import static com.android.launcher3.util.TestConstants.AppNames.MESSAGES_APP_NAME; import static com.android.launcher3.util.TestConstants.AppNames.STORE_APP_NAME; +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.junit.Assert.assertNotNull; @@ -38,6 +40,7 @@ import com.android.launcher3.ui.PortraitLandscapeRunner.PortraitLandscape; import com.android.launcher3.util.LauncherLayoutBuilder; import com.android.launcher3.util.TestUtil; import com.android.launcher3.util.rule.ScreenRecordRule; +import com.android.launcher3.util.rule.TestStabilityRule; import org.junit.After; import org.junit.Before; @@ -242,6 +245,7 @@ public class TaplTwoPanelWorkspaceTest extends AbstractLauncherUiTest } @ScreenRecordRule.ScreenRecord // b/329935119 + @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/329935119 @Test @PortraitLandscape public void testEmptyPageDoesNotGetRemovedIfPagePairIsNotEmpty() {