From 81b228a5fbd00ab4dee340159410d4e523a2cfe9 Mon Sep 17 00:00:00 2001 From: vadimt Date: Tue, 4 Apr 2023 16:09:26 -0700 Subject: [PATCH] Re-enabling a couple of tests Now we have test investigators team, so we can keep the tests in the running state. I'll monitor these tests for some time to see whether they need immediate attention. Test: presubmit, abtd Bug: 187761685 Change-Id: I783f6551fafb4a9f0a2c81541cb0c2a70d22ab58 --- .../com/android/quickstep/StartLauncherViaGestureTests.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/quickstep/tests/src/com/android/quickstep/StartLauncherViaGestureTests.java b/quickstep/tests/src/com/android/quickstep/StartLauncherViaGestureTests.java index df5303f4f4..401b967d0d 100644 --- a/quickstep/tests/src/com/android/quickstep/StartLauncherViaGestureTests.java +++ b/quickstep/tests/src/com/android/quickstep/StartLauncherViaGestureTests.java @@ -24,7 +24,6 @@ import com.android.launcher3.util.RaceConditionReproducer; import com.android.quickstep.NavigationModeSwitchRule.NavigationModeSwitch; import org.junit.Before; -import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -57,7 +56,6 @@ public class StartLauncherViaGestureTests extends AbstractQuickStepTest { eventProcessor.finishIteration(); } - @Ignore @Test @NavigationModeSwitch public void testStressPressHome() { @@ -70,7 +68,6 @@ public class StartLauncherViaGestureTests extends AbstractQuickStepTest { } } - @Ignore @Test @NavigationModeSwitch public void testStressSwipeToOverview() {