From: Martin Panter Date: Thu, 14 Jan 2016 13:26:43 +0000 (+0000) Subject: Issue #25940: test_ssl is working again X-Git-Tag: v3.6.0a1~779 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8df98483222d480db087860656d3e369f2338663;p=thirdparty%2FPython%2Fcpython.git Issue #25940: test_ssl is working again --- diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index b3aee62c7ea1..f95cfbacd2e7 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -1343,7 +1343,6 @@ class MemoryBIOTests(unittest.TestCase): self.assertRaises(TypeError, bio.write, 1) -@unittest.skipIf(True, "temporarily disabled: see #25940") class NetworkedTests(unittest.TestCase): def test_connect(self): @@ -1712,7 +1711,6 @@ class NetworkedBIOTests(unittest.TestCase): % (count, func.__name__)) return ret - @unittest.skipIf(True, "temporarily disabled: see #25940") def test_handshake(self): with support.transient_internet(REMOTE_HOST): sock = socket.socket(socket.AF_INET)