summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-04-19 13:16:29 -0700
committervadimt <vadimt@google.com>2019-04-19 13:53:54 -0700
commit10481005811c016d62b8d5c584d1ffc91c4573a8 (patch)
treea5a0ba2617bf7fb70d0ed9259881efec641539ec /tests
parent44a063a16fd60a4fdbdb1a93cefcfffbe7428051 (diff)
downloadandroid_packages_apps_Trebuchet-10481005811c016d62b8d5c584d1ffc91c4573a8.tar.gz
android_packages_apps_Trebuchet-10481005811c016d62b8d5c584d1ffc91c4573a8.tar.bz2
android_packages_apps_Trebuchet-10481005811c016d62b8d5c584d1ffc91c4573a8.zip
Disabling DefaultLayoutProviderTest due to flakiness
Bug: 130562632 Change-Id: I332f06b52e94919612f4cb96e59528886364837f
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 1efdee8ef..8c64c8ecd 100644
--- a/tests/src/com/android/launcher3/ui/DefaultLayoutProviderTest.java
+++ b/tests/src/com/android/launcher3/ui/DefaultLayoutProviderTest.java
@@ -33,6 +33,7 @@ import com.android.launcher3.widget.LauncherAppWidgetHostView;
import org.junit.After;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -103,6 +104,7 @@ public class DefaultLayoutProviderTest extends AbstractLauncherUiTest {
}
@Test
+ @Ignore
public void testCustomProfileLoaded_with_folder() throws Exception {
writeLayout(new LauncherLayoutBuilder().atHotseat(0).putFolder(android.R.string.copy)
.addApp(SETTINGS_APP, SETTINGS_APP)