From a96f29e28db36e4a87581006446bd60279fa8e84 Mon Sep 17 00:00:00 2001 From: Schneider Victor-tulias Date: Thu, 31 Aug 2023 15:20:20 +0000 Subject: [PATCH] Revert "Add screen recording to flaky test" This reverts commit 543857f496a5da94265214c01f0f26db34c137fc. Reason for revert: closing b/242163205 Fixes: 242163205 Change-Id: Ia1279984f58366051101d650d095ae1e4a632654 --- .../tests/src/com/android/quickstep/TaplTestsQuickstep.java | 1 - tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java | 1 - 2 files changed, 2 deletions(-) diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java index 25f90caa3e..a497a7e031 100644 --- a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +++ b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java @@ -502,7 +502,6 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest { } @Test - @ScreenRecord // b/242163205 public void testDisableRotationCheckForPhone() throws Exception { assumeFalse(mLauncher.isTablet()); try { diff --git a/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java b/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java index c462f59180..6915085e0f 100644 --- a/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java +++ b/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java @@ -622,7 +622,6 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest { * Adds three icons to the workspace and removes one of them by dragging to uninstall. */ @Test - @ScreenRecord // b/241821721 @PlatinumTest(focusArea = "launcher") public void uninstallWorkspaceIcon() throws IOException { Point[] gridPositions = getCornersAndCenterPositions();