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

Commit de9a859c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable tests relying on event sequence until gestural nav settles" into ub-launcher3-master

parents fe9b3e6a 7d67d53a
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();