Merge "Move test to presubmit" into udc-dev am: 8ecacd3624

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22970558

Change-Id: I8278d37a62a1e6f8b474d880a5e2510bd0b97243
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Jeremy Sim
2023-05-03 18:26:12 +00:00
committed by Automerger Merge Worker
@@ -23,7 +23,6 @@ import android.content.Intent;
import com.android.launcher3.config.FeatureFlags;
import com.android.launcher3.ui.TaplTestsLauncher3;
import com.android.launcher3.util.rule.TestStabilityRule;
import com.android.quickstep.TaskbarModeSwitchRule.TaskbarModeSwitch;
import org.junit.After;
@@ -61,10 +60,6 @@ public class TaplTestsSplitscreen extends AbstractQuickStepTest {
}
@Test
// TODO (b/270201357): When this test is proven stable, remove this TestStabilityRule and
// introduce into presubmit as well.
@TestStabilityRule.Stability(
flavors = TestStabilityRule.LOCAL | TestStabilityRule.PLATFORM_POSTSUBMIT)
@PortraitLandscape
@TaskbarModeSwitch
public void testSplitAppFromHomeWithItself() throws Exception {