Skip to content
Snippets Groups Projects
Commit ab0ef6de authored by Sal Savage's avatar Sal Savage
Browse files

Remove @Ignore from working test

This test was disabled previous due to a bug, but that bug has been
fixed. The @Ignore was not removed. This change removes the annotation
so the test can run again

Tag: #stability
Bug: 260948676
Test: atest BluetoothInstrumentationTests
Change-Id: I3ca09ba41681b374c230c3ef8ae6e5d6206a2fc8
parent 7efc8cbf
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment