diff options
| author | 2024-02-12 17:50:45 +0000 | |
|---|---|---|
| committer | 2024-02-12 17:51:21 +0000 | |
| commit | 0eb872aa6f3da92ca104491040c0cad444b7e2a7 (patch) | |
| tree | 2966469eb8f2e4bd523a08b259a9221ae873b218 | |
| parent | 4cc0c937bac625d418bc24ac9a7f2d39a5c44d83 (diff) | |
Remove flaky annotation from VibratorManagerServiceTest tests
Remove @FlakyTest annotation from tests that are no longer flaky in postsubmit runs, to enable them in presubmit.
Bug: 300415736
Change-Id: I3474692721ca300c1e5e88946a5d95f9a614b088
Test: atest VibratorManagerServiceTest
| -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 { |