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

Commit 46013104 authored by Yuyang Huang's avatar Yuyang Huang Committed by Cherrypicker Worker
Browse files

Temporarily disable failing HeadsetServiceAndStateMachineTest

Test: atest BluetoothInstrumentationTests
Bug: 271351629
(cherry picked from https://android-review.googlesource.com/q/commit:95216457f02bb074eddf40322337f70dfa2d4e1c)
Merged-In: I8be0a5bcbb8c26e3ef178bcb25973783045b9f31
Change-Id: I8be0a5bcbb8c26e3ef178bcb25973783045b9f31
parent 6c4ef160
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -60,6 +60,7 @@ import org.junit.After;
import org.junit.Assert;
import org.junit.Assert;
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;
@@ -1017,6 +1018,7 @@ public class HeadsetServiceAndStateMachineTest {
     * Reference: Section 4.25, Page 64/144 of HFP 1.7.1 specification
     * Reference: Section 4.25, Page 64/144 of HFP 1.7.1 specification
     */
     */
    @Test
    @Test
    @Ignore("b/271351629")
    public void testVoiceRecognition_MultiAgInitiatedSuccess() {
    public void testVoiceRecognition_MultiAgInitiatedSuccess() {
        // Connect two devices
        // Connect two devices
        BluetoothDevice deviceA = TestUtils.getTestDevice(mAdapter, 0);
        BluetoothDevice deviceA = TestUtils.getTestDevice(mAdapter, 0);
@@ -1058,6 +1060,7 @@ public class HeadsetServiceAndStateMachineTest {
     * Reference: Section 4.25, Page 64/144 of HFP 1.7.1 specification
     * Reference: Section 4.25, Page 64/144 of HFP 1.7.1 specification
     */
     */
    @Test
    @Test
    @Ignore("b/271351629")
    public void testVoiceRecognition_MultiAgInitiatedDeviceNotActive() {
    public void testVoiceRecognition_MultiAgInitiatedDeviceNotActive() {
        // Connect two devices
        // Connect two devices
        BluetoothDevice deviceA = TestUtils.getTestDevice(mAdapter, 0);
        BluetoothDevice deviceA = TestUtils.getTestDevice(mAdapter, 0);