summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-04-22 10:31:48 -0700
committervadimt <vadimt@google.com>2019-04-22 10:32:21 -0700
commit2ff40b0cfb279055d5233922d16b25735c73270b (patch)
treeb3632b0f562f8d45d50df50a6cea44b071cfc409 /tests
parent8b0cb4113fc34ced9a9de71e40f448615ec8210d (diff)
downloadandroid_packages_apps_Trebuchet-2ff40b0cfb279055d5233922d16b25735c73270b.tar.gz
android_packages_apps_Trebuchet-2ff40b0cfb279055d5233922d16b25735c73270b.tar.bz2
android_packages_apps_Trebuchet-2ff40b0cfb279055d5233922d16b25735c73270b.zip
Disabling all DefaultLayoutProviderTest tests
See the bug for details. The problem is probably in DefaultLayoutProviderTest.writeLayout. Bug: 130562632 Change-Id: Ic1a14c9dd3cac4a4cf644c6bc9619d631295f92b
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/launcher3/ui/DefaultLayoutProviderTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/com/android/launcher3/ui/DefaultLayoutProviderTest.java b/tests/src/com/android/launcher3/ui/DefaultLayoutProviderTest.java
index 8c64c8ecd..33b6f61d9 100644
--- a/tests/src/com/android/launcher3/ui/DefaultLayoutProviderTest.java
+++ b/tests/src/com/android/launcher3/ui/DefaultLayoutProviderTest.java
@@ -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);