Kaydet (Commit) eb585adb authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Fix test_ssl on Ubuntu buildbot with patched OpenSSL

üst d532321f
......@@ -391,6 +391,7 @@ class ContextTests(unittest.TestCase):
ctx.load_verify_locations(CERTFILE, CAPATH)
ctx.load_verify_locations(CERTFILE, capath=BYTES_CAPATH)
@skip_if_broken_ubuntu_ssl
def test_session_stats(self):
for proto in PROTOCOLS:
ctx = ssl.SSLContext(proto)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment