summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-09-12 17:46:17 -0700
committervadimt <vadimt@google.com>2019-09-12 17:46:17 -0700
commitb1ccbd9def7c1baa92ffb8a5d16ec623bb6acd5d (patch)
treef0419c93ff930d0d4b272b65c0951fe1e3f53a21
parent90f4536ae3a60464646fa576b3a25dd74d24bd73 (diff)
downloadandroid_packages_apps_Trebuchet-b1ccbd9def7c1baa92ffb8a5d16ec623bb6acd5d.tar.gz
android_packages_apps_Trebuchet-b1ccbd9def7c1baa92ffb8a5d16ec623bb6acd5d.tar.bz2
android_packages_apps_Trebuchet-b1ccbd9def7c1baa92ffb8a5d16ec623bb6acd5d.zip
Fully qualifying @Ignore
Strangely, @Ignore-s won't be recognized in ub-launcher-master Bug: 140837771 Change-Id: Ie5e4911d4812d396826b50024943c14c6bfe3376
-rw-r--r--tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java4
-rw-r--r--tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java b/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java
index 489b035a3..3f35a3a73 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 @@ public class AddConfigWidgetTest extends AbstractLauncherUiTest {
@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 816457f40..1edce22ec 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 @@ public class AddWidgetTest extends AbstractLauncherUiTest {
@Test
@PortraitLandscape
- @Ignore
+ @org.junit.Ignore
public void testDragIcon() throws Throwable {
clearHomescreen();
mDevice.pressHome();