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

Commit 8990d555 authored by David Duarte's avatar David Duarte Committed by Jack He
Browse files

Revert "Temporarily disable failing LeAudioServiceTest"

This reverts commit 6fbc77c5.

Reason for revert: test is fixed now

Test: unit test change
Change-Id: I1fd3e1c387bd2fe17b042bb9c855946e039c402f
parent f14bc92d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -65,7 +65,6 @@ 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;
@@ -1111,7 +1110,6 @@ 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);
@@ -1298,7 +1296,6 @@ public class LeAudioServiceTest {
     * Test native interface group status message handling
     */
    @Test
    @Ignore("b/258573934")
    public void testLeadGroupDeviceDisconnects() {
        int groupId = 1;
        int direction = 2;
@@ -1371,7 +1368,6 @@ public class LeAudioServiceTest {
     * Test native interface group status message handling
     */
    @Test
    @Ignore("b/258573934")
    public void testLeadGroupDeviceReconnects() {
        int groupId = 1;
        int direction = 2;