mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #25940: test_ssl is working again
This commit is contained in:
parent
3570e02fd2
commit
8df9848322
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue