Commit 8df98483 authored by Martin Panter's avatar Martin Panter

Issue #25940: test_ssl is working again

parent 3570e02f
......@@ -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)
......
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