From 65e22c62b2a51e52543f64944990d8bce58adf96 Mon Sep 17 00:00:00 2001 From: Lais Andrade Date: Mon, 31 Jul 2023 09:40:53 +0000 Subject: [PATCH] Annotate flaky test vibrate_multipleSyncedCallbackTriggered_finishSteps Bug: 293841143 Change-Id: I2ebc33056ce07cb5e5f393311b786325776fa85d Test: VibrationThreadTest --- .../src/com/android/server/vibrator/VibrationThreadTest.java | 1 + 1 file changed, 1 insertion(+) 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 e739033076a6f..54995fb5bd845 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};