commit | b769edec465e81119dbddacbb448a95452e1732d | [log] [tgz] |
---|---|---|
author | Vadim Tryshev <vadimt@google.com> | Mon Oct 08 16:05:11 2018 -0700 |
committer | Vadim Tryshev <vadimt@google.com> | Mon Oct 08 16:05:11 2018 -0700 |
tree | 89302b189672a6c1f26e771ece839e81e2411446 | |
parent | f307b6032e708ee22b6e477e6c81ba07eecd4d4f [diff] |
Ignoring more tests Bug: 117106893 Test: will see on TAP Change-Id: I992edaff5e40e8c16188033b5cbda6b0228fc2b6
diff --git a/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java b/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java index 0635e11..eed63f4 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 @@ } @Test + @Ignore public void testWidgetConfig() throws Throwable { runTest(false, true); } @@ -79,6 +80,7 @@ } @Test + @Ignore public void testConfigCancelled() throws Throwable { runTest(false, false); }