python3Packages.curl-cffi: disable more tests that hang (#462450)

This commit is contained in:
dotlambda
2025-11-17 04:15:00 +00:00
committed by GitHub

View File

@@ -104,6 +104,10 @@ buildPythonPackage rec {
"tests/unittest/test_websockets.py::test_websocket"
# Runs out of memory while testing
"tests/unittest/test_websockets.py::test_receive_large_messages_run_forever"
# Fails on high core-count machines (including x86_64)
"tests/unittest/test_websockets.py::on_message"
"tests/unittest/test_websockets.py::test_on_data_callback"
"tests/unittest/test_websockets.py::test_hello_twice_async"
];
disabledTests = [