From 8b5edb3c29b4c8041cdbe656858fe29a3dfd8eb3 Mon Sep 17 00:00:00 2001 From: Vadim Tryshev Date: Fri, 18 Aug 2023 17:36:17 +0000 Subject: [PATCH] Revert "Demoting testLaunchAppInSplitscreen_fromTaskbarAllApps from presubmit" This reverts commit 120b5876dac11590ca3182c47df10143c918eb15. Reason for revert: The leak simply moved to the next test method. So, looks like the leak originated in the previous test. Change-Id: Ia24e31338af7eb1902a945fa92e0aa19aaddcd83 --- .../tests/src/com/android/quickstep/TaplTestsTaskbar.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsTaskbar.java b/quickstep/tests/src/com/android/quickstep/TaplTestsTaskbar.java index 86695ca632..4ff2f9c721 100644 --- a/quickstep/tests/src/com/android/quickstep/TaplTestsTaskbar.java +++ b/quickstep/tests/src/com/android/quickstep/TaplTestsTaskbar.java @@ -15,8 +15,6 @@ */ package com.android.quickstep; -import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL; -import static com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT; import static com.android.quickstep.TaplTestsTaskbar.TaskbarMode.PERSISTENT; import static com.android.quickstep.TaplTestsTaskbar.TaskbarMode.TRANSIENT; @@ -24,7 +22,6 @@ import androidx.test.filters.LargeTest; import com.android.launcher3.ui.PortraitLandscapeRunner.PortraitLandscape; import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord; -import com.android.launcher3.util.rule.TestStabilityRule; import org.junit.Test; import org.junit.runner.RunWith; @@ -137,7 +134,6 @@ public class TaplTestsTaskbar extends AbstractTaplTestsTaskbar { @Test @ScreenRecord // b/231615831 @PortraitLandscape - @TestStabilityRule.Stability(flavors = PLATFORM_POSTSUBMIT | LOCAL) // b/295225524 public void testLaunchAppInSplitscreen_fromTaskbarAllApps() { getTaskbar().openAllApps() .getAppIcon(TEST_APP_NAME)