Ignoring testPressHomeOnAllAppsContextMenu for now as it flakes

Bug: 132460627
Change-Id: I2af5bba289781a122cf9253833915b0e8cddd79c
This commit is contained in:
vadimt
2019-05-28 19:15:04 -07:00
parent f9bf37d569
commit 3369d7308f
@@ -42,6 +42,7 @@ import com.android.launcher3.widget.WidgetsFullSheet;
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 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
}
@Test
@Ignore
public void testPressHomeOnAllAppsContextMenu() throws Exception {
mLauncher.getWorkspace().switchToAllApps().getAppIcon("TestActivity7").openMenu();
mLauncher.pressHome();