Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f2dc923 authored by Vadim Tryshev's avatar Vadim Tryshev Committed by Android (Google) Code Review
Browse files

Merge "Permanently demoting stress tests from presubmit to speed up presubmits" into main

parents 46313142 5feaf596
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -49,6 +49,8 @@ public class StartLauncherViaGestureTests extends AbstractQuickStepTest {

    @Test
    @NavigationModeSwitch
    // Stress tests are long. We permanently demote them from presubmit to match the presubmit SLO.
    @Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT)
    public void testStressPressHome() {
        for (int i = 0; i < STRESS_REPEAT_COUNT; ++i) {
            // Destroy Launcher activity.
@@ -61,7 +63,8 @@ public class StartLauncherViaGestureTests extends AbstractQuickStepTest {

    @Test
    @NavigationModeSwitch
    @Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/187761685
    // Stress tests are long. We permanently demote them from presubmit to match the presubmit SLO.
    @Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT)
    public void testStressSwipeToOverview() {
        for (int i = 0; i < STRESS_REPEAT_COUNT; ++i) {
            // Destroy Launcher activity.