Merge "Ignoring testPressHomeOnAllAppsContextMenu for now as it flakes" into ub-launcher3-qt-dev am: e01f5f4bd7
am: c01c40e692
Change-Id: I7f324ddafda33f7c95854fc9f348f5f1b61e5213
diff --git a/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java b/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java
index 4e4ba73..4f8b87c 100644
--- a/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java
+++ b/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java
@@ -42,6 +42,7 @@
import com.android.launcher3.widget.WidgetsRecyclerView;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -105,6 +106,7 @@
}
@Test
+ @Ignore
public void testPressHomeOnAllAppsContextMenu() throws Exception {
mLauncher.getWorkspace().switchToAllApps().getAppIcon("TestActivity7").openMenu();
mLauncher.pressHome();