From d77a57178e997d7b4ae4e0fc870223a651ea5047 Mon Sep 17 00:00:00 2001 From: Federico Baron Date: Mon, 29 Apr 2024 16:47:38 +0000 Subject: [PATCH] Revert "Add screenrecord to test with "Only System UI views are visible" message" This reverts commit 3f58b471af39a923095651355558623f5829b810. Reason for revert: issue resolved Change-Id: Ifa8806b6460f4243c9e38e2e6c63ec22dcc7d8f6 --- .../tests/src/com/android/quickstep/TaplTestsTrackpad.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsTrackpad.java b/quickstep/tests/src/com/android/quickstep/TaplTestsTrackpad.java index 1556aa5577..374722e694 100644 --- a/quickstep/tests/src/com/android/quickstep/TaplTestsTrackpad.java +++ b/quickstep/tests/src/com/android/quickstep/TaplTestsTrackpad.java @@ -30,7 +30,6 @@ import androidx.test.runner.AndroidJUnit4; import com.android.launcher3.tapl.LauncherInstrumentation.TrackpadGestureType; import com.android.launcher3.tapl.Workspace; import com.android.launcher3.ui.PortraitLandscapeRunner.PortraitLandscape; -import com.android.launcher3.util.rule.ScreenRecordRule; import com.android.quickstep.NavigationModeSwitchRule.NavigationModeSwitch; import org.junit.After; @@ -85,7 +84,6 @@ public class TaplTestsTrackpad extends AbstractQuickStepTest { @Test @PortraitLandscape @NavigationModeSwitch - @ScreenRecordRule.ScreenRecord // b/335674307 public void switchToOverview() throws Exception { assumeTrue(mLauncher.isTablet());