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

Commit 6fbc77c5 authored by William Escande's avatar William Escande Committed by David Duarte
Browse files

Temporarily disable failing LeAudioServiceTest

Test: atest BluetoothInstrumentationTests
Bug: 258573934
Change-Id: I194c953b58772b366237a20190863ba666b482bd
parent 8b607516
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;