diff --git a/tests/src/com/android/launcher3/dragging/TaplDragTest.java b/tests/src/com/android/launcher3/dragging/TaplDragTest.java index 59e1f998c6..e2f9feb9ae 100644 --- a/tests/src/com/android/launcher3/dragging/TaplDragTest.java +++ b/tests/src/com/android/launcher3/dragging/TaplDragTest.java @@ -64,7 +64,6 @@ public class TaplDragTest extends AbstractLauncherUiTest { @Test @PortraitLandscape @PlatinumTest(focusArea = "launcher") - @ScreenRecordRule.ScreenRecord // b/353600888 public void testDragToFolder() { // TODO: add the use case to drag an icon to an existing folder. Currently it either fails // on tablets or phones due to difference in resolution. @@ -97,7 +96,6 @@ public class TaplDragTest extends AbstractLauncherUiTest { * icon left. */ @Test - @ScreenRecordRule.ScreenRecord // b/353600888 public void testDragOutOfFolder() { final HomeAppIcon playStoreIcon = createShortcutIfNotExist(STORE_APP_NAME, 0, 1); final HomeAppIcon photosIcon = createShortcutInCenterIfNotExist(PHOTOS_APP_NAME);