commit | c563ec22efd4a82216793dd0c869ff78aca1dfba | [log] [tgz] |
---|---|---|
author | vadimt <vadimt@google.com> | Fri Sep 13 14:31:12 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Sep 13 14:31:12 2019 -0700 |
tree | 82ab019fd4bb7032442735b8cd67b7936889cf0a | |
parent | a8a23bd745431b2c038bbe4691dfd6890b1987fe [diff] | |
parent | b1ccbd9def7c1baa92ffb8a5d16ec623bb6acd5d [diff] |
Fully qualifying @Ignore am: b1ccbd9def Change-Id: Ia4aee260bf57fde304e1e54364b15c6880899c7c
diff --git a/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java b/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java index 489b035..3f35a3a 100644 --- a/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java +++ b/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java
@@ -70,14 +70,14 @@ @Test @PortraitLandscape - @Ignore + @org.junit.Ignore public void testWidgetConfig() throws Throwable { runTest(true); } @Test @PortraitLandscape - @Ignore + @org.junit.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 816457f..1edce22 100644 --- a/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java +++ b/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java
@@ -46,7 +46,7 @@ @Test @PortraitLandscape - @Ignore + @org.junit.Ignore public void testDragIcon() throws Throwable { clearHomescreen(); mDevice.pressHome();