Revert "Add ScreenRecord to methods affected by a flaky problem"

This reverts commit ea6ee1c824.

Reason for revert: Seems to increase the severity of the flaky problem
Bug: 204807156

Change-Id: I7b87f2abf45c9da21981f9361e320163bd7834bd
This commit is contained in:
Alex Chau
2021-11-16 11:19:09 +00:00
parent ea6ee1c824
commit 033f2afe38
2 changed files with 0 additions and 4 deletions

View File

@@ -28,7 +28,6 @@ import com.android.launcher3.tapl.Widget;
import com.android.launcher3.tapl.WidgetResizeFrame;
import com.android.launcher3.ui.AbstractLauncherUiTest;
import com.android.launcher3.ui.TestViewHelpers;
import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord;
import com.android.launcher3.util.rule.ShellCommandRule;
import com.android.launcher3.widget.LauncherAppWidgetProviderInfo;
@@ -48,7 +47,6 @@ public class AddWidgetTest extends AbstractLauncherUiTest {
@Test
@PortraitLandscape
@ScreenRecord // b/204807156
public void testDragIcon() throws Throwable {
clearHomescreen();
mDevice.pressHome();