Revert "Revert "Re-enabling a couple of tests""

This reverts commit 9d8c7871fc2814ec6f13dfb634bc08f8681fb749.

Reason for revert: may go away after b/282110579

Change-Id: Iccffb3794c43de48e90196213891644b46d2869b
diff --git a/quickstep/tests/src/com/android/quickstep/StartLauncherViaGestureTests.java b/quickstep/tests/src/com/android/quickstep/StartLauncherViaGestureTests.java
index 5127190..86b8bf6 100644
--- a/quickstep/tests/src/com/android/quickstep/StartLauncherViaGestureTests.java
+++ b/quickstep/tests/src/com/android/quickstep/StartLauncherViaGestureTests.java
@@ -23,7 +23,6 @@
 import com.android.quickstep.NavigationModeSwitchRule.NavigationModeSwitch;
 
 import org.junit.Before;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 
@@ -44,7 +43,6 @@
         startTestActivity(2);
     }
 
-    @Ignore
     @Test
     @NavigationModeSwitch
     public void testStressPressHome() {
@@ -57,7 +55,6 @@
         }
     }
 
-    @Ignore
     @Test
     @NavigationModeSwitch
     public void testStressSwipeToOverview() {