From 1be8a1798673070b5e04f910202c05ab9a22ffff Mon Sep 17 00:00:00 2001 From: Vinit Nayak Date: Fri, 8 May 2020 17:40:51 +0000 Subject: [PATCH] Revert "Disabling flaky test until fix is found" This reverts commit fdaa12d0286dc57c1033e8d119e30c82d24f1c15. Reason for revert: Should be fixed with ag/11252279 Bug: 150958400 Change-Id: Ia61462239ad5d8aba502bc8513d685046c1a1361 --- .../tests/src/com/android/quickstep/TaplTestsQuickstep.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java index 9aa9f4c1a6..75fcfe2f19 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.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());