diff options
| author | 2023-08-29 14:53:02 +0000 | |
|---|---|---|
| committer | 2023-08-29 14:53:02 +0000 | |
| commit | 03eed6ca6af896388c34c2e4d38e03b64a60899e (patch) | |
| tree | bd9a7dab65779f93f9eb9c1cf9bbe35b25fe95d6 | |
| parent | b53fbe73cd2a40c6731156713f1eeb414c8b6eb8 (diff) | |
Remove FlakyTest from vibrate_multipleSyncedCallbackTriggered_finishSteps
Tests are consistently passing in postsubmit now.
Fix: 293841143
Test: VibrationThreadTest
Change-Id: Ia7e14afc8b06ef1cd75a9b2f9db6bec907e268e3
| -rw-r--r-- | services/tests/vibrator/src/com/android/server/vibrator/VibrationThreadTest.java | 2 |
1 files changed, 0 insertions, 2 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 44cf333bd5d6..085241ff971a 100644 --- a/services/tests/vibrator/src/com/android/server/vibrator/VibrationThreadTest.java +++ b/services/tests/vibrator/src/com/android/server/vibrator/VibrationThreadTest.java @@ -63,7 +63,6 @@ import android.os.vibrator.VibrationEffectSegment; import android.util.SparseArray; import androidx.test.InstrumentationRegistry; -import androidx.test.filters.FlakyTest; import androidx.test.filters.LargeTest; import com.android.server.LocalServices; @@ -1005,7 +1004,6 @@ public class VibrationThreadTest { mVibratorProviders.get(3).getEffectSegments(vibrationId)); } - @FlakyTest @Test public void vibrate_multipleSyncedCallbackTriggered_finishSteps() throws Exception { int[] vibratorIds = new int[]{1, 2}; |