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

Commit 1c835454 authored by Vadim Tryshev's avatar Vadim Tryshev
Browse files

Re-enabling stress tests in presubmit

Bug: 187761685
Test: presubmit
Flag: N/A
Change-Id: I466ffb58fbd3bf5e7b3e0fc186aed12f75019e23
parent ee7a0694
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -16,13 +16,9 @@

package com.android.quickstep;

import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL;
import static com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT;

import androidx.test.filters.LargeTest;
import androidx.test.runner.AndroidJUnit4;

import com.android.launcher3.util.rule.TestStabilityRule.Stability;
import com.android.quickstep.NavigationModeSwitchRule.NavigationModeSwitch;

import org.junit.Before;
@@ -47,8 +43,6 @@ public class TaplStartLauncherViaGestureTests 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,8 +55,6 @@ public class TaplStartLauncherViaGestureTests 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 testStressSwipeToOverview() {
        for (int i = 0; i < STRESS_REPEAT_COUNT; ++i) {
            // Destroy Launcher activity.