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

Commit 7759f93a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove @Ignore from working test"

parents 82ce535f ab0ef6de
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -49,9 +49,7 @@ import com.android.bluetooth.btservice.storage.DatabaseManager;
import org.hamcrest.core.IsInstanceOf;
import org.junit.After;
import org.junit.Assert;
import org.junit.Assume;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -1424,7 +1422,6 @@ public class AvrcpControllerStateMachineTest {
    /**
     * Test receiving an audio focus loss event. A pause should be sent if we were playing
     */
    @Ignore("b/260948676")
    @Test
    public void testOnAudioFocusLossWhilePlaying_pauseSent() {
        setUpConnectedState(true, true);