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

Commit 7d8dbb1a authored by Yuyang Huang's avatar Yuyang Huang Committed by Automerger Merge Worker
Browse files

Merge "Temporarily disable failing HeadsetServiceAndStateMachineTest" am:...

Merge "Temporarily disable failing HeadsetServiceAndStateMachineTest" am: 79ded336 am: 754bcd1d am: be8a5cbc

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2468221



Change-Id: Ic5f25b7b07abc89081793638848bcdde996fac45
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 37508375 be8a5cbc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -60,6 +60,7 @@ import org.junit.After;
import org.junit.Assert;
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;
@@ -1015,6 +1016,7 @@ public class HeadsetServiceAndStateMachineTest {
     * Reference: Section 4.25, Page 64/144 of HFP 1.7.1 specification
     */
    @Test
    @Ignore("b/271351629")
    public void testVoiceRecognition_MultiAgInitiatedSuccess() {
        // Connect two devices
        BluetoothDevice deviceA = TestUtils.getTestDevice(mAdapter, 0);
@@ -1056,6 +1058,7 @@ public class HeadsetServiceAndStateMachineTest {
     * Reference: Section 4.25, Page 64/144 of HFP 1.7.1 specification
     */
    @Test
    @Ignore("b/271351629")
    public void testVoiceRecognition_MultiAgInitiatedDeviceNotActive() {
        // Connect two devices
        BluetoothDevice deviceA = TestUtils.getTestDevice(mAdapter, 0);