Loading quickstep/tests/src/com/android/quickstep/TaplStartLauncherViaGestureTests.java +0 −8 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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. Loading @@ -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. Loading Loading
quickstep/tests/src/com/android/quickstep/TaplStartLauncherViaGestureTests.java +0 −8 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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. Loading @@ -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. Loading