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

Commit b1ccbd9d authored by vadimt's avatar vadimt
Browse files

Fully qualifying @Ignore

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

Bug: 140837771
Change-Id: Ie5e4911d4812d396826b50024943c14c6bfe3376
parent 90f4536a
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();