summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-09-12 17:05:39 -0700
committervadimt <vadimt@google.com>2019-09-12 17:05:39 -0700
commitb59f65d2d8c14028048ad6de2c4f9169bed8efa7 (patch)
tree1c6154819ccfc6a6dfcbabf1da6a1bd3b6387787
parente17a699618b088992d81984428d72d0e475e3796 (diff)
downloadandroid_packages_apps_Trebuchet-b59f65d2d8c14028048ad6de2c4f9169bed8efa7.tar.gz
android_packages_apps_Trebuchet-b59f65d2d8c14028048ad6de2c4f9169bed8efa7.tar.bz2
android_packages_apps_Trebuchet-b59f65d2d8c14028048ad6de2c4f9169bed8efa7.zip
Disable failing widget tests
Bug: 140837771 Change-Id: Ibba7769543e682315ea23640f68416defa85f365
-rw-r--r--tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java2
-rw-r--r--tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java1
2 files changed, 3 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 7f427b303..489b035a3 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 @@ public class AddConfigWidgetTest extends AbstractLauncherUiTest {
@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 1c99f3198..3be29fdaf 100644
--- a/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java
+++ b/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java
@@ -42,6 +42,7 @@ public class AddWidgetTest extends AbstractLauncherUiTest {
@Test
@PortraitLandscape
+ @Ignore
public void testDragIcon() throws Throwable {
clearHomescreen();
mDevice.pressHome();