python3Packages.trio-websocket: disable failing test due to race condition on Darwin
This commit is contained in:
@@ -55,6 +55,9 @@ buildPythonPackage rec {
|
||||
"test_server_close_timeout"
|
||||
"test_server_handler_exit"
|
||||
"test_server_open_timeout"
|
||||
# Race condition
|
||||
# https://github.com/python-trio/trio-websocket/issues/202
|
||||
"test_open_websocket_internal_exc"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
Reference in New Issue
Block a user