mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Fix test_ssl on Ubuntu buildbot with patched OpenSSL
This commit is contained in:
parent
d532321f7b
commit
eb585adbde
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue