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

Commit 5feaf596 authored by Vadim Tryshev's avatar Vadim Tryshev
Browse files

Permanently demoting stress tests from presubmit to speed up presubmits

Bug: 187761685
Test: presubmit
Flag: N/A
Change-Id: Ib2edf419ad556d2a4bf5c77b5c026829f9b413b9
parent dacb0765
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.