From e6eca9c1957bc7a29d19f3a4ed2bf00e568cabd7 Mon Sep 17 00:00:00 2001 From: Alex Chau Date: Mon, 2 Sep 2024 19:08:59 +0100 Subject: [PATCH] Promote TaplTestsQuickstep.testBackground to presubmit - http://android-build/test_hub/search/?filter=&invfilter=unhealthyInvocations&invfilter=staleInvocations&query=test%3Acom.android.quickstep.TaplTestsQuickstep%23testBackground - Latest result is <0.5% flaky Bug: 364036214 Test: presubmit Flag: EXEMPT TEST_ONLY Change-Id: I97315a23e09c75a5f72cd3f6c959607598d9222d --- .../tests/src/com/android/quickstep/TaplTestsQuickstep.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java index f971afb4b2..84b9a869ef 100644 --- a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +++ b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java @@ -290,9 +290,6 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest { } } - // Staging; will be promoted to presubmit if stable - @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) - @Test @NavigationModeSwitch @PortraitLandscape