python311Packages.sanic: disable failing tests

Probably due to the websockets 11 upgrade, even though sanic does not
exclude this version.
This commit is contained in:
Martin Weinelt
2023-09-27 15:34:42 +02:00
parent 84d271f391
commit ac7f49118f
@@ -141,6 +141,10 @@ buildPythonPackage rec {
"test_default_reload_shutdown_order"
# App not found.
"test_input_is_dir"
# HTTP 500 with Websocket subprotocols
"test_websocket_route_with_subprotocols"
# Socket closes early
"test_no_exceptions_when_cancel_pending_request"
];
disabledTestPaths = [