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

Commit 97364740 authored by Vadim Tryshev's avatar Vadim Tryshev Committed by Android (Google) Code Review
Browse files

Merge "Disabling fallback overview tests until the bug is fixed" into ub-launcher3-qt-dev

parents b93786dc de84db98
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ import com.android.launcher3.tapl.LauncherInstrumentation;
import com.android.launcher3.testcomponent.TestCommandReceiver;
import com.android.quickstep.NavigationModeSwitchRule.NavigationModeSwitch;

import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TestRule;
@@ -97,6 +98,7 @@ public class FallbackRecentsTest {

    @NavigationModeSwitch(mode = THREE_BUTTON)
    @Test
    @Ignore // b/131630813
    public void goToOverviewFromHome() {
        mDevice.pressHome();
        assertTrue("Fallback Launcher not visible", mDevice.wait(Until.hasObject(By.pkg(
@@ -107,6 +109,7 @@ public class FallbackRecentsTest {

    @NavigationModeSwitch(mode = THREE_BUTTON)
    @Test
    @Ignore // b/131630813
    public void goToOverviewFromApp() {
        startAppFast("com.android.settings");