From 714d071f76c219231ab4aa0f969a6bea46a6ab56 Mon Sep 17 00:00:00 2001 From: vadimt Date: Wed, 11 Aug 2021 15:44:39 -0700 Subject: [PATCH] Removing old workaround Test: presubmit Bug: 165029151 Change-Id: I5a64c6e381c0bbbf849658648bd5b75a1e660381 --- .../tests/src/com/android/quickstep/TaplTestsQuickstep.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java index 164e755fd1..dfbc331ea3 100644 --- a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +++ b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java @@ -160,12 +160,6 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest { @PortraitLandscape @ScreenRecord //b/193125090 public void testOverviewActions() throws Exception { - // Experimenting for b/165029151: - final Overview overview = mLauncher.pressHome().switchToOverview(); - if (overview.hasTasks()) overview.dismissAllTasks(); - mLauncher.pressHome(); - // - startTestAppsWithCheck(); OverviewActions actionsView = mLauncher.pressHome().switchToOverview().getOverviewActions();