commit | 90f4536ae3a60464646fa576b3a25dd74d24bd73 | [log] [tgz] |
---|---|---|
author | Vadim Tryshev <vadimt@google.com> | Fri Sep 13 00:06:56 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Sep 13 00:06:56 2019 +0000 |
tree | 45569ff7145d91e8eef44af88384608a6abad49f | |
parent | 39216c1533330a8fc0f5d86f3b8193eb85f2f195 [diff] | |
parent | b59f65d2d8c14028048ad6de2c4f9169bed8efa7 [diff] |
Merge "Disable failing widget tests" into ub-launcher3-qt-qpr1-dev
diff --git a/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java b/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java index 7f427b3..489b035 100644 --- a/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java +++ b/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java
@@ -70,12 +70,14 @@ @Test @PortraitLandscape + @Ignore public void testWidgetConfig() throws Throwable { runTest(true); } @Test @PortraitLandscape + @Ignore public void testConfigCancelled() throws Throwable { runTest(false); }
diff --git a/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java b/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java index cb586ac..816457f 100644 --- a/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java +++ b/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java
@@ -46,6 +46,7 @@ @Test @PortraitLandscape + @Ignore public void testDragIcon() throws Throwable { clearHomescreen(); mDevice.pressHome();