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

Commit 9b9f3d7c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Temporarily disable failing LeAudioServiceTest" into tm-qpr-dev

parents ddbd2016 ab4fd926
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -68,6 +68,7 @@ import com.android.bluetooth.vc.VolumeControlService;
import org.junit.After;
import org.junit.After;
import org.junit.Assume;
import org.junit.Assume;
import org.junit.Before;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Rule;
import org.junit.Test;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runner.RunWith;
@@ -1127,6 +1128,7 @@ public class LeAudioServiceTest {
     * Test native interface audio configuration changed message handling
     * Test native interface audio configuration changed message handling
     */
     */
    @Test
    @Test
    @Ignore("b/258573934")
    public void testMessageFromNativeAudioConfChangedActiveGroup() {
    public void testMessageFromNativeAudioConfChangedActiveGroup() {
        doReturn(true).when(mNativeInterface).connectLeAudio(any(BluetoothDevice.class));
        doReturn(true).when(mNativeInterface).connectLeAudio(any(BluetoothDevice.class));
        connectTestDevice(mSingleDevice, testGroupId);
        connectTestDevice(mSingleDevice, testGroupId);
@@ -1312,6 +1314,7 @@ public class LeAudioServiceTest {
     * Test native interface group status message handling
     * Test native interface group status message handling
     */
     */
    @Test
    @Test
    @Ignore("b/258573934")
    public void testLeadGroupDeviceDisconnects() {
    public void testLeadGroupDeviceDisconnects() {
        int groupId = 1;
        int groupId = 1;
        /* AUDIO_DIRECTION_OUTPUT_BIT = 0x01 */
        /* AUDIO_DIRECTION_OUTPUT_BIT = 0x01 */
@@ -1381,6 +1384,7 @@ public class LeAudioServiceTest {
     * Test native interface group status message handling
     * Test native interface group status message handling
     */
     */
    @Test
    @Test
    @Ignore("b/258573934")
    public void testLeadGroupDeviceReconnects() {
    public void testLeadGroupDeviceReconnects() {
        int groupId = 1;
        int groupId = 1;
        /* AUDIO_DIRECTION_OUTPUT_BIT = 0x01 */
        /* AUDIO_DIRECTION_OUTPUT_BIT = 0x01 */