Merge "Disabling flaky test until fix is found" into rvc-dev am: b20995ba8e am: 9b89554da4
Change-Id: If8a04ba38ae3dc8f6b3cdc9ba88f5e145daa7a69
This commit is contained in:
@@ -23,6 +23,7 @@ import static org.junit.Assert.assertNotNull;
|
|||||||
import static org.junit.Assert.assertTrue;
|
import static org.junit.Assert.assertTrue;
|
||||||
|
|
||||||
import android.content.Intent;
|
import android.content.Intent;
|
||||||
|
import android.os.Build;
|
||||||
|
|
||||||
import androidx.test.filters.LargeTest;
|
import androidx.test.filters.LargeTest;
|
||||||
import androidx.test.runner.AndroidJUnit4;
|
import androidx.test.runner.AndroidJUnit4;
|
||||||
@@ -233,6 +234,9 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest {
|
|||||||
@Test
|
@Test
|
||||||
@PortraitLandscape
|
@PortraitLandscape
|
||||||
public void testAllAppsFromHome() throws Exception {
|
public void testAllAppsFromHome() throws Exception {
|
||||||
|
// b/150958400
|
||||||
|
if (Build.MODEL.contains("Cuttlefish")) return;
|
||||||
|
|
||||||
// Test opening all apps
|
// Test opening all apps
|
||||||
assertNotNull("switchToAllApps() returned null",
|
assertNotNull("switchToAllApps() returned null",
|
||||||
mLauncher.getWorkspace().switchToAllApps());
|
mLauncher.getWorkspace().switchToAllApps());
|
||||||
|
|||||||
Reference in New Issue
Block a user