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

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

Merge "Re-enabling stress tests in presubmit" into main

parents 5940c59a 1c835454
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.