Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6741d1af authored by Vadim Tryshev's avatar Vadim Tryshev
Browse files

Ignoring testQuickSwitchToPreviousAppForTablet

It fails on some targets

Test: presubmit
Flag: N/A
Bug: 318544733
Change-Id: Ia6e34f81942b3e911b637cd66eae4362e633eee5
parent df20ea0e
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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);