Merge "Revert "Add screenrecord for simple reorder widgets test"" into main

This commit is contained in:
Federico Baron
2024-04-22 18:31:49 +00:00
committed by Android (Google) Code Review

View File

@@ -40,7 +40,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;
@@ -238,7 +237,6 @@ public class TaplReorderWidgetsTest extends AbstractLauncherUiTest<Launcher> {
}
@Test
@ScreenRecordRule.ScreenRecord // b/330019521
public void simpleReorder() throws Exception {
runTestCaseMap(getTestMap("ReorderWidgets/simple_reorder_case"),
"push_reorder_case");