Merge "Re-enabling a couple of tests" into udc-dev am: bc4813afb2 am: 7823a3f13b

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22463691

Change-Id: I2404d142d1cd85272fcea3e3d7e33e6db14ed19d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Vadim Tryshev
2023-05-19 18:43:31 +00:00
committed by Automerger Merge Worker
@@ -24,7 +24,6 @@ import com.android.launcher3.util.RaceConditionReproducer;
import com.android.quickstep.NavigationModeSwitchRule.NavigationModeSwitch; import com.android.quickstep.NavigationModeSwitchRule.NavigationModeSwitch;
import org.junit.Before; import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
@@ -57,7 +56,6 @@ public class StartLauncherViaGestureTests extends AbstractQuickStepTest {
eventProcessor.finishIteration(); eventProcessor.finishIteration();
} }
@Ignore
@Test @Test
@NavigationModeSwitch @NavigationModeSwitch
public void testStressPressHome() { public void testStressPressHome() {
@@ -70,7 +68,6 @@ public class StartLauncherViaGestureTests extends AbstractQuickStepTest {
} }
} }
@Ignore
@Test @Test
@NavigationModeSwitch @NavigationModeSwitch
public void testStressSwipeToOverview() { public void testStressSwipeToOverview() {