python3Packages.sanic: disable some tests again
Apparently those tests still need to be disabled.
This commit is contained in:
parent
58667dbd53
commit
b79448d4ee
1 changed files with 7 additions and 0 deletions
|
@ -87,6 +87,11 @@ buildPythonPackage rec {
|
||||||
# Fails to parse cmdline arguments
|
# Fails to parse cmdline arguments
|
||||||
"test_dev"
|
"test_dev"
|
||||||
"test_auto_reload"
|
"test_auto_reload"
|
||||||
|
"test_host_port_ipv6_loopback"
|
||||||
|
"test_num_workers"
|
||||||
|
"test_debug"
|
||||||
|
"test_access_logs"
|
||||||
|
"test_noisy_exceptions"
|
||||||
# OSError: foo
|
# OSError: foo
|
||||||
"test_bad_headers"
|
"test_bad_headers"
|
||||||
"test_create_server_trigger_events"
|
"test_create_server_trigger_events"
|
||||||
|
@ -100,6 +105,8 @@ buildPythonPackage rec {
|
||||||
"test_keep_alive_connection_context"
|
"test_keep_alive_connection_context"
|
||||||
# Racy tests
|
# Racy tests
|
||||||
"test_keep_alive_client_timeout"
|
"test_keep_alive_client_timeout"
|
||||||
|
"test_keep_alive_server_timeout"
|
||||||
|
"test_zero_downtime"
|
||||||
];
|
];
|
||||||
|
|
||||||
disabledTestPaths = [
|
disabledTestPaths = [
|
||||||
|
|
Loading…
Reference in a new issue