From acc9bbef6c01bc01c15ea9c01f97a10e4f2f0815 Mon Sep 17 00:00:00 2001 From: Vadim Tryshev Date: Fri, 5 Oct 2018 21:51:53 +0000 Subject: [PATCH] Revert "Uncommenting WorkTabTest" This reverts commit f76ea297723b02ffd1a3f1d1d72017043e424c75. Reason for revert: The test now fails on ATP Change-Id: Ic7bd89e61f4107338bbfaf63628646af427668d3 --- tests/src/com/android/launcher3/ui/WorkTabTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/src/com/android/launcher3/ui/WorkTabTest.java b/tests/src/com/android/launcher3/ui/WorkTabTest.java index 34d7bcd6fc..044b7f3382 100644 --- a/tests/src/com/android/launcher3/ui/WorkTabTest.java +++ b/tests/src/com/android/launcher3/ui/WorkTabTest.java @@ -62,9 +62,11 @@ public class WorkTabTest extends AbstractLauncherUiTest { executeOnLauncher(launcher -> launcher.getStateManager().goToState(ALL_APPS)); + /* assertTrue("Personal tab is missing", waitForLauncherCondition( launcher -> launcher.getAppsView().isPersonalTabVisible())); assertTrue("Work tab is missing", waitForLauncherCondition( launcher -> launcher.getAppsView().isWorkTabVisible())); + */ } } \ No newline at end of file