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

Commit 1be8a179 authored by Vinit Nayak's avatar Vinit Nayak
Browse files

Revert "Disabling flaky test until fix is found"

This reverts commit fdaa12d0.

Reason for revert: Should be fixed with ag/11252279

Bug: 150958400
Change-Id: Ia61462239ad5d8aba502bc8513d685046c1a1361
parent fdaa12d0
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());