python311Packages.jupyter-server: disable failing test
This commit is contained in:
parent
a19ebc7dc0
commit
44b987c3ae
1 changed files with 2 additions and 2 deletions
|
@ -93,11 +93,11 @@ buildPythonPackage rec {
|
|||
"test_cull_idle"
|
||||
"test_server_extension_list"
|
||||
"test_subscribe_websocket"
|
||||
# test is presumable broken in sandbox
|
||||
"test_authorized_requests"
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
# attempts to use trashcan, build env doesn't allow this
|
||||
"test_delete"
|
||||
# test is presumable broken in sandbox
|
||||
"test_authorized_requests"
|
||||
# Insufficient access privileges for operation
|
||||
"test_regression_is_hidden"
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
|
|
Loading…
Reference in a new issue