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

Commit 6995da4b authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Mark testEndCallToneWhenNotSilenced as flaky.

This test is continuing to be flaky despite all the deflaking efforts.

Bug: 120289096
Test: Run tests
Change-Id: I33591869455e21f06de144f66257a9237d31ea1c
parent 40e88b13
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ import com.android.server.telecom.TelecomSystem;

import android.media.MediaPlayer;
import android.media.ToneGenerator;
import android.test.FlakyTest;
import android.test.suitebuilder.annotation.SmallTest;

import org.junit.After;
@@ -133,6 +134,7 @@ public class InCallTonePlayerTest extends TelecomTestCase {
        verify(mMediaPlayerFactory, never()).get(anyInt(), any());
    }

    @FlakyTest
    @SmallTest
    @Test
    public void testEndCallToneWhenNotSilenced() {