From 09c9cb54815747d5bdbf0cffae3265637f1ce5f0 Mon Sep 17 00:00:00 2001 From: Sebastian Franco Date: Fri, 9 Dec 2022 14:42:51 -0800 Subject: [PATCH] Ignore all launcher3 flaky test so that they come back online Dashboards in: https://sites.google.com/corp/a/google.com/gnl/testing#h.p_ID_32 Bug: 256832045 Test: dashboard should not show flaky tests Change-Id: I3e4bbf14c87e23b42a010a3cad046bb4852bd641 --- tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java b/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java index 1f5590e843..0fccf7960b 100644 --- a/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java +++ b/tests/src/com/android/launcher3/ui/widget/AddWidgetTest.java @@ -33,6 +33,7 @@ import com.android.launcher3.ui.TestViewHelpers; import com.android.launcher3.util.rule.ShellCommandRule; import com.android.launcher3.widget.LauncherAppWidgetProviderInfo; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; @@ -85,6 +86,7 @@ public class AddWidgetTest extends AbstractLauncherUiTest { * A custom shortcut is a 1x1 widget that launches a specific intent when user tap on it. * Custom shortcuts are replaced by deep shortcuts after api 25. */ + @Ignore @Test @PortraitLandscape public void testDragCustomShortcut() throws Throwable {