From d9ca71b1d96482c292e437ee6a568a61ab324d64 Mon Sep 17 00:00:00 2001 From: vadimt Date: Tue, 3 Jan 2023 12:46:43 -0800 Subject: [PATCH] Ignoring failing out-of-SLO test Test: presubmit Bug: 243855320 Change-Id: I7795bdae6b30cd663fa4e6cbba118d84d57ec96d --- tests/src/com/android/launcher3/ui/WorkProfileTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/src/com/android/launcher3/ui/WorkProfileTest.java b/tests/src/com/android/launcher3/ui/WorkProfileTest.java index 302bd2fd59..c7628ccd63 100644 --- a/tests/src/com/android/launcher3/ui/WorkProfileTest.java +++ b/tests/src/com/android/launcher3/ui/WorkProfileTest.java @@ -38,6 +38,7 @@ import com.android.launcher3.tapl.LauncherInstrumentation; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import java.util.Objects; @@ -118,6 +119,7 @@ public class WorkProfileTest extends AbstractLauncherUiTest { } @Test + @Ignore("b/243855320") public void toggleWorks() { assumeTrue(mWorkProfileSetupSuccessful); waitForWorkTabSetup();