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

Commit aaa5fe3e authored by Hansong Zhang's avatar Hansong Zhang Committed by Automerger Merge Worker
Browse files

Skip LE Security test am: 36794110 am: 07db1faa am: aee21306

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1564472

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I16f3f8da7ff2bf7644a98d20433380f930099ac5
parents 35f8d526 aee21306
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -48,6 +48,8 @@ import time
from bluetooth_packets_python3.hci_packets import OpCode
from bluetooth_packets_python3.hci_packets import OpCode
from bluetooth_packets_python3.security_packets import PairingFailedReason
from bluetooth_packets_python3.security_packets import PairingFailedReason


from mobly import asserts

LeIoCapabilities = LeIoCapabilityMessage.LeIoCapabilities
LeIoCapabilities = LeIoCapabilityMessage.LeIoCapabilities
LeOobDataFlag = LeOobDataPresentMessage.LeOobDataFlag
LeOobDataFlag = LeOobDataPresentMessage.LeOobDataFlag


@@ -93,6 +95,8 @@ class LeSecurityTest(GdBaseTestClass):
            address_with_type=self.cert_address)
            address_with_type=self.cert_address)
        self.cert.security.SetLeInitiatorAddressPolicy(cert_privacy_policy)
        self.cert.security.SetLeInitiatorAddressPolicy(cert_privacy_policy)


        asserts.skip("Unhandled race condition - Flaky test")

    def teardown_test(self):
    def teardown_test(self):
        self.dut_hci.close()
        self.dut_hci.close()
        self.dut_security.close()
        self.dut_security.close()