python311Packages.jupyter-server: disable failing test

This commit is contained in:
natsukium 2024-02-03 14:55:35 +09:00
parent a19ebc7dc0
commit 44b987c3ae
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -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 [