aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-14 18:05:32 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-17 20:33:52 +0200
commit12b1aa92bf9163915c8ba72968fbcf610d2df3b2 (patch)
tree92b62c991fc501cfa09990fb86c44f840ecd63c9
parentBlacklist test_pickletools from __all__ test as it imports numpy (diff)
downloadcpython-12b1aa92bf9163915c8ba72968fbcf610d2df3b2.tar.gz
cpython-12b1aa92bf9163915c8ba72968fbcf610d2df3b2.tar.bz2
cpython-12b1aa92bf9163915c8ba72968fbcf610d2df3b2.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'):