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:
Simon Chatterjee 2021-06-01 18:56:22 +01:00
parent ab0d28758e
commit 7c304b112d

View file

@ -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"
];