commit | f7193e14690c332994e0e77a694b5970586ecf0b | [log] [tgz] |
---|---|---|
author | Vadim Tryshev <vadimt@google.com> | Wed Aug 30 18:48:39 2023 -0700 |
committer | Vadim Tryshev <vadimt@google.com> | Thu Aug 31 02:00:28 2023 +0000 |
tree | 40bfc0d5ff8ab39661ec6c2d5034c79e968b6c2c | |
parent | b75add7a5fdc63d7575daf2eac628e7181be7db5 [diff] |
Removing unused screen records Bug: 187761685, 195673272 Test: presubmit Flag: N/A Change-Id: I87711d246660d917cf7e09ac4ffd714149563e52
diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java index 40d0ac7..25f90ca 100644 --- a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +++ b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java
@@ -185,7 +185,6 @@ @Test @NavigationModeSwitch @PortraitLandscape - @ScreenRecord // b/195673272 @PlatinumTest(focusArea = "launcher") public void testOverviewActions() throws Exception { // Experimenting for b/165029151:
diff --git a/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java b/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java index 585eccc..59037a8 100644 --- a/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java +++ b/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java
@@ -158,7 +158,6 @@ } @Test - @ScreenRecord public void testPressHomeOnAllAppsContextMenu() throws Exception { final AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); allApps.freeze();