diff options
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_timeout.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_timeout.py b/Lib/test/test_timeout.py index bb9252d..5169033 100644 --- a/Lib/test/test_timeout.py +++ b/Lib/test/test_timeout.py @@ -106,6 +106,7 @@ class TimeoutTestCase(unittest.TestCase): def tearDown(self): self.sock.close() + @unittest.skipIf(True, 'need to replace these hosts; see bpo-35518') def testConnectTimeout(self): # Choose a private address that is unlikely to exist to prevent # failures due to the connect succeeding before the timeout. |