Fix flaky test case:...
Fix flaky test case: com.android.server.vibrator.VibratorManagerServiceTest#vibrate_withIntensitySettings_appliesSettingsToScaleVibrations We're canceling all vibrations at the end of test, because there are cases where the vibrator clean-up step (TurnOffVibratorStep) is taking longer than the clean-up timeout in the teardown. Fix: 292208387 Test: atest VibratorManagerServiceTest Change-Id: Ic5f868ab6e99e6fc35d5232c7cb3234cd3271bd5
Loading
Please register or sign in to comment