Merge "Re-enabling a couple of tests" into udc-dev
diff --git a/quickstep/tests/src/com/android/quickstep/StartLauncherViaGestureTests.java b/quickstep/tests/src/com/android/quickstep/StartLauncherViaGestureTests.java
index df5303f..401b967 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.quickstep.NavigationModeSwitchRule.NavigationModeSwitch;
 
 import org.junit.Before;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 
@@ -57,7 +56,6 @@
         eventProcessor.finishIteration();
     }
 
-    @Ignore
     @Test
     @NavigationModeSwitch
     public void testStressPressHome() {
@@ -70,7 +68,6 @@
         }
     }
 
-    @Ignore
     @Test
     @NavigationModeSwitch
     public void testStressSwipeToOverview() {