aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-14 18:05:32 +0200
committerSam James <sam@gentoo.org>2021-11-06 01:43:27 +0000
commitedb30e7dc2fe6ba34acb9d740d03f4363f0b3e53 (patch)
treecd678e369641336c7c5dd9d2b58b4436c1b72e82
parentBlacklist test_pickletools from __all__ test as it imports numpy (diff)
downloadcpython-edb30e7dc2fe6ba34acb9d740d03f4363f0b3e53.tar.gz
cpython-edb30e7dc2fe6ba34acb9d740d03f4363f0b3e53.tar.bz2
cpython-edb30e7dc2fe6ba34acb9d740d03f4363f0b3e53.zip
Skip RDS socket tests that hang frequently
-rwxr-xr-xLib/test/test_socket.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py
index 5712b46f7f1..7cc34d4ef75 100755
--- a/Lib/test/test_socket.py
+++ b/Lib/test/test_socket.py
@@ -2237,6 +2237,7 @@ class BasicRDSTest(unittest.TestCase):
@unittest.skipUnless(HAVE_SOCKET_RDS, 'RDS sockets required for this test.')
+@unittest.skip('Hangs frequently')
class RDSTest(ThreadedRDSSocketTest):
def __init__(self, methodName='runTest'):