Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c563ec22 authored by vadimt's avatar vadimt Committed by android-build-merger
Browse files

Fully qualifying @Ignore

am: b1ccbd9d

Change-Id: Ia4aee260bf57fde304e1e54364b15c6880899c7c
parents a8a23bd7 b1ccbd9d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);
    }
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ public class AddWidgetTest extends AbstractLauncherUiTest {

    @Test
    @PortraitLandscape
    @Ignore
    @org.junit.Ignore
    public void testDragIcon() throws Throwable {
        clearHomescreen();
        mDevice.pressHome();