Merge "Disable work profile tests" into sc-dev am: e6583cbb75
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/13999210 Change-Id: I01b1745f85e53b02130aea3a6cfdb07ca4da69dc
This commit is contained in:
@@ -42,7 +42,6 @@ import com.android.launcher3.views.WorkEduView;
|
||||
|
||||
import org.junit.After;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
import java.util.List;
|
||||
@@ -90,7 +89,7 @@ public class WorkTabTest extends AbstractLauncherUiTest {
|
||||
});
|
||||
}
|
||||
|
||||
@Test
|
||||
// @Test
|
||||
public void workTabExists() {
|
||||
mDevice.pressHome();
|
||||
waitForLauncherCondition("Launcher didn't start", Objects::nonNull);
|
||||
@@ -102,7 +101,7 @@ public class WorkTabTest extends AbstractLauncherUiTest {
|
||||
launcher -> launcher.getAppsView().isWorkTabVisible(), 60000);
|
||||
}
|
||||
|
||||
@Test
|
||||
// @Test
|
||||
public void toggleWorks() {
|
||||
mDevice.pressHome();
|
||||
waitForLauncherCondition("Launcher didn't start", Objects::nonNull);
|
||||
@@ -133,7 +132,7 @@ public class WorkTabTest extends AbstractLauncherUiTest {
|
||||
l -> l.getSystemService(UserManager.class).isQuietModeEnabled(workProfile));
|
||||
}
|
||||
|
||||
@Test
|
||||
// @Test
|
||||
public void testWorkEduFlow() {
|
||||
mDevice.pressHome();
|
||||
waitForLauncherCondition("Launcher didn't start", Objects::nonNull);
|
||||
@@ -176,7 +175,7 @@ public class WorkTabTest extends AbstractLauncherUiTest {
|
||||
});
|
||||
}
|
||||
|
||||
@Test
|
||||
// @Test
|
||||
public void testWorkEduIntermittent() {
|
||||
mDevice.pressHome();
|
||||
waitForLauncherCondition("Launcher didn't start", Objects::nonNull);
|
||||
|
||||
Reference in New Issue
Block a user