From 9702355d71cee3107517ef11c66231f68fc7e99d Mon Sep 17 00:00:00 2001 From: vadimt Date: Wed, 5 Feb 2020 11:12:54 -0800 Subject: [PATCH] Disable failing test testConfigCancelled Bug: 148867106 Change-Id: Ia1f4b7ef43ddde6de85d3c6852b3d3960090dd09 --- .../com/android/launcher3/ui/widget/AddConfigWidgetTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java b/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java index de9757fa58..9b9b2d6f85 100644 --- a/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java +++ b/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java @@ -41,6 +41,7 @@ import com.android.launcher3.util.Wait.Condition; import com.android.launcher3.util.rule.ShellCommandRule; import org.junit.Before; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; @@ -76,6 +77,7 @@ public class AddConfigWidgetTest extends AbstractLauncherUiTest { @Test @PortraitLandscape + @Ignore // b/148867106 public void testConfigCancelled() throws Throwable { runTest(false); }