summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVadim Tryshev <vadimt@google.com>2018-10-05 21:51:53 +0000
committerVadim Tryshev <vadimt@google.com>2018-10-05 21:51:53 +0000
commitacc9bbef6c01bc01c15ea9c01f97a10e4f2f0815 (patch)
treeb0806bda9e0761f6af22b4de683c649d03b7ec67 /tests
parentf76ea297723b02ffd1a3f1d1d72017043e424c75 (diff)
downloadandroid_packages_apps_Trebuchet-acc9bbef6c01bc01c15ea9c01f97a10e4f2f0815.tar.gz
android_packages_apps_Trebuchet-acc9bbef6c01bc01c15ea9c01f97a10e4f2f0815.tar.bz2
android_packages_apps_Trebuchet-acc9bbef6c01bc01c15ea9c01f97a10e4f2f0815.zip
Revert "Uncommenting WorkTabTest"
This reverts commit f76ea297723b02ffd1a3f1d1d72017043e424c75. Reason for revert: The test now fails on ATP Change-Id: Ic7bd89e61f4107338bbfaf63628646af427668d3
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/launcher3/ui/WorkTabTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/com/android/launcher3/ui/WorkTabTest.java b/tests/src/com/android/launcher3/ui/WorkTabTest.java
index 34d7bcd6f..044b7f338 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