From 6741d1affcff67487bb696f9b6cc636274d3d235 Mon Sep 17 00:00:00 2001 From: Vadim Tryshev Date: Wed, 3 Jan 2024 12:58:57 -0800 Subject: [PATCH] Ignoring testQuickSwitchToPreviousAppForTablet It fails on some targets Test: presubmit Flag: N/A Bug: 318544733 Change-Id: Ia6e34f81942b3e911b637cd66eae4362e633eee5 --- .../tests/src/com/android/quickstep/TaplTestsQuickstep.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java index 842ec865bd..a62e4eb7c7 100644 --- a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +++ b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java @@ -55,6 +55,7 @@ import com.android.quickstep.views.RecentsView; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -295,11 +296,9 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest { launchedAppState.switchToOverview(); } - // Staging; will be promoted to presubmit if stable - @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) - @Test @TaskbarModeSwitch + @Ignore // b/314873201 public void testQuickSwitchToPreviousAppForTablet() throws Exception { assumeTrue(mLauncher.isTablet()); startTestActivity(2);