Merge "Revert "Disabling flaky test until fix is found"" into rvc-dev am: 77762fdf4f am: 06aae1303c

Change-Id: I21768c8a770321dc562b6d9aeab77314ab322950
This commit is contained in:
Vinit Nayak
2020-05-08 21:09:41 +00:00
committed by Automerger Merge Worker
@@ -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());