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

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

Merge "Removing temporary checks that tests are running on AVD" into ub-launcher3-qt-qpr1-dev

parents 9b1c1682 926e29f8
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;