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

Commit 2723ec97 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Delete flaky test

Test: atest
Change-Id: Ibde13ef4d2bcd9ec9d853ef282d94d1976d77504
Fixes: 122348668
parent d5186844
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -1014,22 +1014,6 @@ public class BuzzBeepBlinkTest extends UiServiceTestCase {
        assertEquals(-1, s.getLastAudiblyAlertedMs());
    }

    @Test
    public void testCanceledNoisyNeverVibrate() throws Exception {
        NotificationRecord r = getBuzzyBeepyNotification();

        final int waitMs = mAudioManager.getFocusRampTimeMs(
                AudioManager.AUDIOFOCUS_GAIN_TRANSIENT_MAY_DUCK,
                r.getAudioAttributes());

        mService.buzzBeepBlinkLocked(r);
        mService.clearNotifications();

        verifyNeverVibrate();
        Thread.sleep(waitMs);
        verifyNeverVibrate();
    }
    
    @Test
    public void testEmptyUriSoundTreatedAsNoSound() throws Exception {
        NotificationChannel channel = new NotificationChannel("test", "test", IMPORTANCE_HIGH);