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

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

Merge "Ignoring testPressHomeOnAllAppsContextMenu for now as it flakes" into ub-launcher3-qt-dev

parents 9789beae 3369d730
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ import com.android.launcher3.widget.WidgetsFullSheet;
import com.android.launcher3.widget.WidgetsRecyclerView;

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

@@ -105,6 +106,7 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
    }

    @Test
    @Ignore
    public void testPressHomeOnAllAppsContextMenu() throws Exception {
        mLauncher.getWorkspace().switchToAllApps().getAppIcon("TestActivity7").openMenu();
        mLauncher.pressHome();