summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ssl.py
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-10-22 18:24:20 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-10-22 18:24:20 (GMT)
commiteb585adbde24fc40f95a8bdf8099d71e82ce50ec (patch)
tree6886e594940324ab282fb9333e930ac77249136e /Lib/test/test_ssl.py
parentd532321f7ba2e23e4110f05331fee8beca736826 (diff)
downloadcpython-eb585adbde24fc40f95a8bdf8099d71e82ce50ec.zip
cpython-eb585adbde24fc40f95a8bdf8099d71e82ce50ec.tar.gz
cpython-eb585adbde24fc40f95a8bdf8099d71e82ce50ec.tar.bz2
Fix test_ssl on Ubuntu buildbot with patched OpenSSL
Diffstat (limited to 'Lib/test/test_ssl.py')
-rw-r--r--Lib/test/test_ssl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py
index 67bc01a..b11723c 100644
--- a/Lib/test/test_ssl.py
+++ b/Lib/test/test_ssl.py
@@ -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)