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

Commit 91b01f6c authored by vadimt's avatar vadimt
Browse files

Not starting Chrome for testing as it's unstable

Bug: 131420412
Change-Id: Ief57e8a9ba37feddfc7c2bddc66209e99c796052
parent 6f09dd61
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -239,12 +239,6 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
        // Test starting a workspace app.
        final AppIcon app = workspace.tryGetWorkspaceAppIcon("Chrome");
        assertNotNull("No Chrome app in workspace", app);
        assertNotNull("AppIcon.launch returned null",
                app.launch(resolveSystemApp(Intent.CATEGORY_APP_BROWSER)));
        executeOnLauncher(launcher -> assertTrue(
                "Launcher activity is the top activity; expecting another activity to be the top "
                        + "one",
                isInBackground(launcher)));
    }

    public static void runIconLaunchFromAllAppsTest(AbstractLauncherUiTest test, AllApps allApps) {
@@ -340,6 +334,10 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
                    dragToWorkspace().
                    getWorkspaceAppIcon(APP_NAME).
                    launch(getAppPackageName());
            executeOnLauncher(launcher -> assertTrue(
                    "Launcher activity is the top activity; expecting another activity to be the "
                            + "top one",
                    isInBackground(launcher)));
        } finally {
            TestProtocol.sDebugTracing = false;
        }