From 0dce4a070461aa69ae48036c58d84526638cbc7e Mon Sep 17 00:00:00 2001 From: Shamali P Date: Thu, 25 Apr 2024 19:10:50 +0000 Subject: [PATCH] Re-enable the testDragCustomShortcut test in pre-submits In follow up need to align the code that looks for widets to work for two pane picker in tablets. Bug: 322820039 Flag: N/A Test: Presubmit enabled for test Change-Id: If8a3a7867bbafd5a08ebaef6ed354105762a8a23 --- tests/src/com/android/launcher3/ui/widget/TaplAddWidgetTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/src/com/android/launcher3/ui/widget/TaplAddWidgetTest.java b/tests/src/com/android/launcher3/ui/widget/TaplAddWidgetTest.java index 7845dec4a3..9dbd866521 100644 --- a/tests/src/com/android/launcher3/ui/widget/TaplAddWidgetTest.java +++ b/tests/src/com/android/launcher3/ui/widget/TaplAddWidgetTest.java @@ -86,7 +86,6 @@ public class TaplAddWidgetTest 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. */ - @Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) @Test @PortraitLandscape public void testDragCustomShortcut() throws Throwable {