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

Commit 926e29f8 authored by vadimt's avatar vadimt
Browse files

Removing temporary checks that tests are running on AVD

Bug: 136278866
Change-Id: I2b7b63b7745936ea84b7cba599e21d954b682ba5
parent 76aadac4
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@ import androidx.test.filters.LargeTest;
import androidx.test.runner.AndroidJUnit4;

import com.android.launcher3.Launcher;
import com.android.launcher3.tapl.LauncherInstrumentation;
import com.android.launcher3.util.RaceConditionReproducer;
import com.android.quickstep.NavigationModeSwitchRule.Mode;
import com.android.quickstep.NavigationModeSwitchRule.NavigationModeSwitch;
@@ -80,8 +79,6 @@ public class StartLauncherViaGestureTests extends AbstractQuickStepTest {
    @Test
    @NavigationModeSwitch
    public void testStressPressHome() {
        if (LauncherInstrumentation.isAvd()) return; // b/136278866

        for (int i = 0; i < STRESS_REPEAT_COUNT; ++i) {
            // Destroy Launcher activity.
            closeLauncherActivity();
@@ -94,8 +91,6 @@ public class StartLauncherViaGestureTests extends AbstractQuickStepTest {
    @Test
    @NavigationModeSwitch
    public void testStressSwipeToOverview() {
        if (LauncherInstrumentation.isAvd()) return; // b/136278866

        for (int i = 0; i < STRESS_REPEAT_COUNT; ++i) {
            // Destroy Launcher activity.
            closeLauncherActivity();
+0 −2
Original line number Diff line number Diff line
@@ -38,8 +38,6 @@ import com.android.launcher3.testing.TestProtocol;
 * Operations on the workspace screen.
 */
public final class Workspace extends Home {
    private static final float FLING_SPEED =
            LauncherInstrumentation.isAvd() ? 1500.0F : 3500.0F;
    private static final int DRAG_DURACTION = 2000;
    private static final int FLING_STEPS = 10;
    private final UiObject2 mHotseat;