From 0e9fce70460b456ddc892f4475eec6ea9ec4f485 Mon Sep 17 00:00:00 2001 From: Federico Baron Date: Mon, 22 Apr 2024 16:45:41 +0000 Subject: [PATCH] Revert "Add screenrecord for simple reorder widgets test" This reverts commit 82482798945aa36b2495b7765eb5d823003100dc. Reason for revert: test stopped failing Change-Id: I7993e38124530bdb0bdbb3447a449bd727b56d0a --- .../android/launcher3/celllayout/TaplReorderWidgetsTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/src/com/android/launcher3/celllayout/TaplReorderWidgetsTest.java b/tests/src/com/android/launcher3/celllayout/TaplReorderWidgetsTest.java index 1b036453ce..aca9765f28 100644 --- a/tests/src/com/android/launcher3/celllayout/TaplReorderWidgetsTest.java +++ b/tests/src/com/android/launcher3/celllayout/TaplReorderWidgetsTest.java @@ -39,7 +39,6 @@ import com.android.launcher3.tapl.Widget; import com.android.launcher3.tapl.WidgetResizeFrame; import com.android.launcher3.ui.AbstractLauncherUiTest; import com.android.launcher3.util.ModelTestExtensions; -import com.android.launcher3.util.rule.ScreenRecordRule; import com.android.launcher3.util.rule.ShellCommandRule; import org.junit.After; @@ -237,7 +236,6 @@ public class TaplReorderWidgetsTest extends AbstractLauncherUiTest { } @Test - @ScreenRecordRule.ScreenRecord // b/330019521 public void simpleReorder() throws Exception { runTestCaseMap(getTestMap("ReorderWidgets/simple_reorder_case"), "push_reorder_case");