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

Commit 803f98b8 authored by Vinit Nayak's avatar Vinit Nayak Committed by Automerger Merge Worker
Browse files

Merge "Revert "Disabling flaky test until fix is found"" into rvc-dev am: 77762fdf am: 9ee749bf

Change-Id: I96a840c55180d6b78a33860a909fff728591f0af
parents 66984d13 9ee749bf
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@ import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;

import android.content.Intent;
import android.os.Build;

import androidx.test.filters.LargeTest;
import androidx.test.runner.AndroidJUnit4;
@@ -234,9 +233,6 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest {
    @Test
    @PortraitLandscape
    public void testAllAppsFromHome() throws Exception {
        // b/150958400
        if (Build.MODEL.contains("Cuttlefish")) return;

        // Test opening all apps
        assertNotNull("switchToAllApps() returned null",
                mLauncher.getWorkspace().switchToAllApps());