From a26f619ac19f39b7e23bb6793ecf543473a6845f Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Mon, 13 Oct 2025 11:59:41 -0700 Subject: [PATCH] python3Packages.jupyter-server: disable test due to race condition `test_cull_connected` is failing due to a race condition when run on Hydra. Disabled. --- pkgs/development/python-modules/jupyter-server/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/jupyter-server/default.nix b/pkgs/development/python-modules/jupyter-server/default.nix index e4961096d139..195813ddf7fd 100644 --- a/pkgs/development/python-modules/jupyter-server/default.nix +++ b/pkgs/development/python-modules/jupyter-server/default.nix @@ -121,6 +121,7 @@ buildPythonPackage rec { "test_terminal_create_with_cwd" # Fails under load (which causes failure on Hydra) "test_execution_state" + "test_cull_connected" ]; disabledTestPaths = [