]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #25940: test_ssl is working again
authorMartin Panter <vadmium>
Thu, 14 Jan 2016 13:26:43 +0000 (13:26 +0000)
committerMartin Panter <vadmium>
Thu, 14 Jan 2016 13:26:43 +0000 (13:26 +0000)
Lib/test/test_ssl.py

index b3aee62c7ea18152a90b533ff255824f12b39c2b..f95cfbacd2e7bdb0b033fcab431e26c7fe063a68 100644 (file)
@@ -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)