Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0eb872aa authored by Lais Andrade's avatar Lais Andrade
Browse files

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
parent 4cc0c937
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1797,7 +1797,6 @@ public class VibratorManagerServiceTest {
        cancelVibrate(service);  // Clean up long effect.
    }

    @FlakyTest
    @Test
    public void onExternalVibration_withNewSameImportanceButRepeating_cancelsOngoingVibration()
            throws Exception {