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

Commit d78519f1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Temporarily disable failing LeAudioServiceTest" am: 9c354e34

parents c2c15686 9c354e34
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ import com.android.bluetooth.vc.VolumeControlService;
import org.junit.After;
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;
@@ -1099,6 +1100,7 @@ public class LeAudioServiceTest {
     * Test native interface audio configuration changed message handling
     */
    @Test
    @Ignore("b/258573934")
    public void testMessageFromNativeAudioConfChangedActiveGroup() {
        doReturn(true).when(mNativeInterface).connectLeAudio(any(BluetoothDevice.class));
        connectTestDevice(mSingleDevice, testGroupId);
@@ -1277,6 +1279,7 @@ public class LeAudioServiceTest {
     * Test native interface group status message handling
     */
    @Test
    @Ignore("b/258573934")
    public void testLeadGroupDeviceDisconnects() {
        int groupId = 1;
        int direction = 2;
@@ -1342,6 +1345,7 @@ public class LeAudioServiceTest {
     * Test native interface group status message handling
     */
    @Test
    @Ignore("b/258573934")
    public void testLeadGroupDeviceReconnects() {
        int groupId = 1;
        int direction = 2;