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

Commit ab4fd926 authored by William Escande's avatar William Escande Committed by Cherrypicker Worker
Browse files

Temporarily disable failing LeAudioServiceTest

Test: atest BluetoothInstrumentationTests
Bug: 258573934
Change-Id: I194c953b58772b366237a20190863ba666b482bd
(cherry picked from commit 6fbc77c5)
Merged-In: I194c953b58772b366237a20190863ba666b482bd
parent 23bef9ea
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ import com.android.bluetooth.vc.VolumeControlService;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -1116,6 +1117,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);
@@ -1294,6 +1296,7 @@ public class LeAudioServiceTest {
     * Test native interface group status message handling
     */
    @Test
    @Ignore("b/258573934")
    public void testLeadGroupDeviceDisconnects() {
        int groupId = 1;
        /* AUDIO_DIRECTION_OUTPUT_BIT = 0x01 */
@@ -1359,6 +1362,7 @@ public class LeAudioServiceTest {
     * Test native interface group status message handling
     */
    @Test
    @Ignore("b/258573934")
    public void testLeadGroupDeviceReconnects() {
        int groupId = 1;
        /* AUDIO_DIRECTION_OUTPUT_BIT = 0x01 */