mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-06 02:46:57 +00:00
Disabling all DefaultLayoutProviderTest tests
See the bug for details. The problem is probably in DefaultLayoutProviderTest.writeLayout. Bug: 130562632 Change-Id: Ic1a14c9dd3cac4a4cf644c6bc9619d631295f92b
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user