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

Commit 2ff40b0c authored by vadimt's avatar vadimt
Browse files

Disabling all DefaultLayoutProviderTest tests

See the bug for details. The problem is probably in
DefaultLayoutProviderTest.writeLayout.

Bug: 130562632
Change-Id: Ic1a14c9dd3cac4a4cf644c6bc9619d631295f92b
parent 8b0cb411
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@ public class DefaultLayoutProviderTest extends AbstractLauncherUiTest {
    }

    @Test
    @Ignore
    public void testCustomProfileLoaded_with_icon_on_hotseat() throws Exception {
        writeLayout(new LauncherLayoutBuilder().atHotseat(0).putApp(SETTINGS_APP, SETTINGS_APP));

@@ -85,6 +86,7 @@ public class DefaultLayoutProviderTest extends AbstractLauncherUiTest {
    }

    @Test
    @Ignore
    public void testCustomProfileLoaded_with_widget() throws Exception {
        // A non-restored widget with no config screen gets restored automatically.
        LauncherAppWidgetProviderInfo info = TestViewHelpers.findWidgetProvider(this, false);