diff options
| author | 2023-07-31 11:05:37 +0000 | |
|---|---|---|
| committer | 2023-07-31 11:05:37 +0000 | |
| commit | 8dc6812454cc9a90104dcc4de24fa6b76e3553b9 (patch) | |
| tree | 6f7105058cff2531e4c200238d8dcb0654bc12a2 | |
| parent | 4bbfdecbd0c7f308be2391008ececdd5d1060426 (diff) | |
| parent | 65e22c62b2a51e52543f64944990d8bce58adf96 (diff) | |
Merge "Annotate flaky test vibrate_multipleSyncedCallbackTriggered_finishSteps" into main
| -rw-r--r-- | services/tests/vibrator/src/com/android/server/vibrator/VibrationThreadTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/tests/vibrator/src/com/android/server/vibrator/VibrationThreadTest.java b/services/tests/vibrator/src/com/android/server/vibrator/VibrationThreadTest.java index e739033076a6..54995fb5bd84 100644 --- a/services/tests/vibrator/src/com/android/server/vibrator/VibrationThreadTest.java +++ b/services/tests/vibrator/src/com/android/server/vibrator/VibrationThreadTest.java @@ -1005,6 +1005,7 @@ public class VibrationThreadTest { mVibratorProviders.get(3).getEffectSegments(vibrationId)); } + @FlakyTest @Test public void vibrate_multipleSyncedCallbackTriggered_finishSteps() throws Exception { int[] vibratorIds = new int[]{1, 2}; |