From b769edec465e81119dbddacbb448a95452e1732d Mon Sep 17 00:00:00 2001 From: Vadim Tryshev Date: Mon, 8 Oct 2018 16:05:11 -0700 Subject: [PATCH] Ignoring more tests Bug: 117106893 Test: will see on TAP Change-Id: I992edaff5e40e8c16188033b5cbda6b0228fc2b6 --- .../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 0635e11bbf..eed63f4d74 100644 --- a/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java +++ b/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java @@ -69,6 +69,7 @@ public class AddConfigWidgetTest extends AbstractLauncherUiTest { } @Test + @Ignore public void testWidgetConfig() throws Throwable { runTest(false, true); } @@ -79,6 +80,7 @@ public class AddConfigWidgetTest extends AbstractLauncherUiTest { } @Test + @Ignore public void testConfigCancelled() throws Throwable { runTest(false, false); }