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): ...@@ -1343,7 +1343,6 @@ class MemoryBIOTests(unittest.TestCase):
self.assertRaises(TypeError, bio.write, 1) self.assertRaises(TypeError, bio.write, 1)
@unittest.skipIf(True, "temporarily disabled: see #25940")
class NetworkedTests(unittest.TestCase): class NetworkedTests(unittest.TestCase):
def test_connect(self): def test_connect(self):
...@@ -1712,7 +1711,6 @@ class NetworkedBIOTests(unittest.TestCase): ...@@ -1712,7 +1711,6 @@ class NetworkedBIOTests(unittest.TestCase):
% (count, func.__name__)) % (count, func.__name__))
return ret return ret
@unittest.skipIf(True, "temporarily disabled: see #25940")
def test_handshake(self): def test_handshake(self):
with support.transient_internet(REMOTE_HOST): with support.transient_internet(REMOTE_HOST):
sock = socket.socket(socket.AF_INET) 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