summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVadim Tryshev <vadimt@google.com>2018-10-08 16:05:11 -0700
committerVadim Tryshev <vadimt@google.com>2018-10-08 16:05:11 -0700
commitb769edec465e81119dbddacbb448a95452e1732d (patch)
tree89302b189672a6c1f26e771ece839e81e2411446 /tests
parentf307b6032e708ee22b6e477e6c81ba07eecd4d4f (diff)
downloadandroid_packages_apps_Trebuchet-b769edec465e81119dbddacbb448a95452e1732d.tar.gz
android_packages_apps_Trebuchet-b769edec465e81119dbddacbb448a95452e1732d.tar.bz2
android_packages_apps_Trebuchet-b769edec465e81119dbddacbb448a95452e1732d.zip
Ignoring more tests
Bug: 117106893 Test: will see on TAP Change-Id: I992edaff5e40e8c16188033b5cbda6b0228fc2b6
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java b/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java
index 0635e11bb..eed63f4d7 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);
}