python3Packages.sanic: disable failing test

This commit is contained in:
Martin Weinelt 2022-07-21 12:44:21 +02:00
parent 3176b44c44
commit 032f0c6299

View file

@ -107,6 +107,9 @@ buildPythonPackage rec {
"test_keep_alive_client_timeout" "test_keep_alive_client_timeout"
"test_keep_alive_server_timeout" "test_keep_alive_server_timeout"
"test_zero_downtime" "test_zero_downtime"
# broke with ujson 5.4 upgrade
# https://github.com/sanic-org/sanic/pull/2504
"test_json_response_json"
]; ];
disabledTestPaths = [ disabledTestPaths = [