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

Commit 36794110 authored by Hansong Zhang's avatar Hansong Zhang
Browse files

Skip LE Security test

Test: cert/run
Bug: 178541388
Tag: #stability
Change-Id: I13f23d5b88d749608d833baa3378e3d0eddb4e82
parent 130d5930
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -48,6 +48,8 @@ import time
from bluetooth_packets_python3.hci_packets import OpCode
from bluetooth_packets_python3.security_packets import PairingFailedReason

from mobly import asserts

LeIoCapabilities = LeIoCapabilityMessage.LeIoCapabilities
LeOobDataFlag = LeOobDataPresentMessage.LeOobDataFlag

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

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

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