summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Panter <vadmium>2016-01-14 13:26:43 (GMT)
committerMartin Panter <vadmium>2016-01-14 13:26:43 (GMT)
commit8df98483222d480db087860656d3e369f2338663 (patch)
treec925508c263e0f9ad0ba4441be47e10c3906df27
parent3570e02fd284a29fa1021395b1249ffddf781868 (diff)
downloadcpython-8df98483222d480db087860656d3e369f2338663.zip
cpython-8df98483222d480db087860656d3e369f2338663.tar.gz
cpython-8df98483222d480db087860656d3e369f2338663.tar.bz2
Issue #25940: test_ssl is working again
-rw-r--r--Lib/test/test_ssl.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py
index b3aee62..f95cfba 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)