Ignoring testQuickSwitchToPreviousAppForTablet

It fails on some targets

Test: presubmit
Flag: N/A
Bug: 318544733
Change-Id: Ia6e34f81942b3e911b637cd66eae4362e633eee5
This commit is contained in:
Vadim Tryshev
2024-01-03 12:58:57 -08:00
parent df20ea0ed4
commit 6741d1affc
@@ -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);