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

Commit 7d67d53a authored by vadimt's avatar vadimt
Browse files

Disable tests relying on event sequence until gestural nav settles

Bug: 120628042
Test: N/A
Change-Id: I3166c2660a5170434b33bbd5eddceddd483e7502
parent 3775fe8a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ import com.android.quickstep.QuickStepOnOffRule.Mode;
import com.android.quickstep.QuickStepOnOffRule.QuickstepOnOff;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

@@ -57,6 +58,7 @@ public class StartLauncherViaGestureTests extends AbstractQuickStepTest {
    }

    @Test
    @Ignore // Ignoring until gestural navigation event sequence settles
    @QuickstepOnOff(mode = Mode.ON)
    public void testPressHome() {
        runTest(enterEvt(Launcher.ON_CREATE_EVT),
@@ -71,6 +73,7 @@ public class StartLauncherViaGestureTests extends AbstractQuickStepTest {
    }

    @Test
    @Ignore // Ignoring until gestural navigation event sequence settles
    @QuickstepOnOff(mode = Mode.ON)
    public void testSwipeToOverview() {
        closeLauncherActivity();