Fully qualifying @Ignore
am: b1ccbd9def
Change-Id: Ia4aee260bf57fde304e1e54364b15c6880899c7c
This commit is contained in:
commit
c563ec22ef
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -46,7 +46,7 @@ public class AddWidgetTest extends AbstractLauncherUiTest {
|
|||
|
||||
@Test
|
||||
@PortraitLandscape
|
||||
@Ignore
|
||||
@org.junit.Ignore
|
||||
public void testDragIcon() throws Throwable {
|
||||
clearHomescreen();
|
||||
mDevice.pressHome();
|
||||
|
|
Loading…
Reference in New Issue