commit | df3043aa46c0145f7d377ca551a261e8e8eb570e | [log] [tgz] |
---|---|---|
author | Schneider Victor-tulias <victortulias@google.com> | Wed Sep 06 15:09:35 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Sep 06 15:09:35 2023 +0000 |
tree | 98a8c8c861d8f551f4ca5d4f5af4be2a924b1803 | |
parent | a40adc925fc0fae949c2b951d3fa72602095a680 [diff] | |
parent | a96f29e28db36e4a87581006446bd60279fa8e84 [diff] |
Merge "Revert "Add screen recording to flaky test"" into main
diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java index 25f90ca..a497a7e 100644 --- a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +++ b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java
@@ -502,7 +502,6 @@ } @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 c462f59..6915085 100644 --- a/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java +++ b/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java
@@ -622,7 +622,6 @@ * 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();