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

This commit is contained in:
Stefan Krah 2015-12-29 02:15:35 +01:00
parent 2335f44d8e
commit 150660eefd
1 changed files with 2 additions and 0 deletions

View File

@ -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)