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

Commit aa5ec5b3 authored by Hyundo Moon's avatar Hyundo Moon
Browse files

Ignore flaky testConnect_whenPolicyIsAllowed_returnsTrue

Bug: 270850040
Test: atest PbapClientServiceTest
Change-Id: I224a42ad488662f6502c6813211e20358e1612f1
parent c5a5191c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -50,6 +50,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;
@@ -164,6 +165,7 @@ public class PbapClientServiceTest {
        assertThat(mService.connect(mRemoteDevice)).isFalse();
    }

    @Ignore("b/273396169")
    @Test
    public void testConnect_whenPolicyIsAllowed_returnsTrue() {
        int connectionPolicy = BluetoothProfile.CONNECTION_POLICY_ALLOWED;