commit | 25f9eb1e6449c17c70ce38f2846a0bb3bfba4930 | [log] [tgz] |
---|---|---|
author | vadimt <vadimt@google.com> | Mon Sep 16 20:49:58 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Sep 16 20:49:58 2019 -0700 |
tree | db61c95dfbc30cf9a60f2e221f5d112c51dcb36d | |
parent | 764bb788b6ffc0f0e9683b69bb4557d51a2037c1 [diff] | |
parent | c563ec22efd4a82216793dd0c869ff78aca1dfba [diff] |
Fully qualifying @Ignore am: b1ccbd9def am: c563ec22ef Change-Id: I2c6fb106418f1d7fc1f2641dca497282855402fd
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();