Commit 150660ee authored by Stefan Krah's avatar Stefan Krah

Issue #25940: Make buildbots usable again until a solution is found.

parent 2335f44d
......@@ -1342,6 +1342,7 @@ 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):
......@@ -1711,6 +1712,7 @@ class NetworkedBIOTests(unittest.TestCase):
% (count, func.__name__))
return ret
@unittest.skipIf(True, "temporarily disabled: see #25940")
def test_handshake(self):
with support.transient_internet("svn.python.org"):
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