Fully qualifying @Ignore

am: b1ccbd9def

Change-Id: Ia4aee260bf57fde304e1e54364b15c6880899c7c
This commit is contained in:
vadimt 2019-09-13 14:31:12 -07:00 committed by android-build-merger
commit c563ec22ef
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();