diff --git a/Lib/test/test_timeout.py b/Lib/test/test_timeout.py index b54fc826ae0..b07c07cbfc4 100644 --- a/Lib/test/test_timeout.py +++ b/Lib/test/test_timeout.py @@ -150,6 +150,7 @@ class TCPTimeoutTestCase(TimeoutTestCase): def tearDown(self): self.sock.close() + @unittest.skipIf(True, 'need to replace these hosts; see bpo-35518') def testConnectTimeout(self): # Testing connect timeout is tricky: we need to have IP connectivity # to a host that silently drops our packets. We can't simulate this