Unverified Commit 44b987c3 authored by natsukium's avatar natsukium
Browse files

python311Packages.jupyter-server: disable failing test

parent a19ebc7d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 [