From eba989c00e047942c0a6df2e5217ba9cff3dc265 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Wed, 13 May 2026 10:07:20 -0700 Subject: [PATCH] python3Packages.jupyter-server: disable flaky test_execution_state on all platforms --- pkgs/development/python-modules/jupyter-server/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/jupyter-server/default.nix b/pkgs/development/python-modules/jupyter-server/default.nix index 9c57c47d9c96..f041ec23b306 100644 --- a/pkgs/development/python-modules/jupyter-server/default.nix +++ b/pkgs/development/python-modules/jupyter-server/default.nix @@ -105,14 +105,13 @@ buildPythonPackage rec { "test_authorized_requests" # Fails under load on Hydra; kernel stays in 'starting' state due to a zmq socket error "test_cull_connected" + "test_execution_state" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # attempts to use trashcan, build env doesn't allow this "test_delete" # Insufficient access privileges for operation "test_regression_is_hidden" - # Fails under load (which causes failure on Hydra) - "test_execution_state" ] ++ lib.optionals stdenv.hostPlatform.isLinux [ # Failed: DID NOT RAISE