From: Hansong Zhang Date: Thu, 28 Jan 2021 22:15:18 +0000 (-0800) Subject: Skip LE Security test X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5598babb64c3b30b932c9f29b0347468118e089f;p=android-x86%2Fsystem-bt.git Skip LE Security test Test: cert/run Bug: 178541388 Tag: #stability Change-Id: I13f23d5b88d749608d833baa3378e3d0eddb4e82 --- diff --git a/gd/security/cert/le_security_test.py b/gd/security/cert/le_security_test.py index 3b041d8b4..7a0719bcb 100644 --- a/gd/security/cert/le_security_test.py +++ b/gd/security/cert/le_security_test.py @@ -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()