Fully qualifying @Ignore

Strangely, @Ignore-s won't be recognized in ub-launcher-master

Bug: 140837771
Change-Id: Ie5e4911d4812d396826b50024943c14c6bfe3376
This commit is contained in:
vadimt 2019-09-12 17:46:17 -07:00
parent 90f4536ae3
commit b1ccbd9def
2 changed files with 3 additions and 3 deletions

View File

@ -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);
}

View File

@ -46,7 +46,7 @@ public class AddWidgetTest extends AbstractLauncherUiTest {
@Test
@PortraitLandscape
@Ignore
@org.junit.Ignore
public void testDragIcon() throws Throwable {
clearHomescreen();
mDevice.pressHome();