Revert "Uncommenting WorkTabTest"
This reverts commit f76ea297723b02ffd1a3f1d1d72017043e424c75.
Reason for revert: The test now fails on ATP
Change-Id: Ic7bd89e61f4107338bbfaf63628646af427668d3
diff --git a/tests/src/com/android/launcher3/ui/WorkTabTest.java b/tests/src/com/android/launcher3/ui/WorkTabTest.java
index 34d7bcd..044b7f3 100644
--- a/tests/src/com/android/launcher3/ui/WorkTabTest.java
+++ b/tests/src/com/android/launcher3/ui/WorkTabTest.java
@@ -62,9 +62,11 @@
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