Merge "Revert "Disabling flaky test until fix is found"" into rvc-dev am: 77762fdf4f
Change-Id: I9dd0907bc207f79147227c2cb8f23dc0c84e1053
diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java
index 9aa9f4c..75fcfe2 100644
--- a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java
+++ b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java
@@ -23,7 +23,6 @@
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 @@
@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());