Unverified Commit 52f69b02 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

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

parents 1dd14fe9 c9c25113
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 = [