python3Packages.sanic: disable more flaky tests on Darwin
Disable two more timeout tests that hang forever on Darwin. Verified my resulting app still works.
This commit is contained in:
@@ -42,6 +42,8 @@ buildPythonPackage rec {
|
||||
"test_zero_downtime"
|
||||
# flaky
|
||||
"test_keep_alive_client_timeout"
|
||||
"test_check_timeouts_request_timeout"
|
||||
"test_check_timeouts_response_timeout"
|
||||
"test_reloader_live"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user