diff options
| -rw-r--r-- | services/tests/vibrator/src/com/android/server/vibrator/VibratorManagerServiceTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/tests/vibrator/src/com/android/server/vibrator/VibratorManagerServiceTest.java b/services/tests/vibrator/src/com/android/server/vibrator/VibratorManagerServiceTest.java index bdbb6c6baa70..7db707a42ff0 100644 --- a/services/tests/vibrator/src/com/android/server/vibrator/VibratorManagerServiceTest.java +++ b/services/tests/vibrator/src/com/android/server/vibrator/VibratorManagerServiceTest.java @@ -1797,7 +1797,6 @@ public class VibratorManagerServiceTest { cancelVibrate(service); // Clean up long effect. } - @FlakyTest @Test public void onExternalVibration_withNewSameImportanceButRepeating_cancelsOngoingVibration() throws Exception { |