Disable sensor manager for tests in platform am: fd3fc081d9 am: e21c4ec073 am: c90f5d74af am: ab0f9ee5f0

Change-Id: If75533e7330ee94a7ce2481aae8b978100f043e0
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
index b8e5565..74d6c0d 100644
--- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
+++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
@@ -247,6 +247,8 @@
                 }
             }
         }
+
+        disableSensorRotation();
     }
 
     public void enableCheckEventsForSuccessfulGestures() {