From fe86104664bad6014dccc79e5759e19cc09d4676 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Tue, 21 Oct 2025 12:03:49 -0700 Subject: [PATCH] jupyter-server: mark tests that fail on all darwin, not just x86 --- pkgs/development/python-modules/jupyter-server/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/jupyter-server/default.nix b/pkgs/development/python-modules/jupyter-server/default.nix index 195813ddf7fd..ae7d77d47eda 100644 --- a/pkgs/development/python-modules/jupyter-server/default.nix +++ b/pkgs/development/python-modules/jupyter-server/default.nix @@ -111,6 +111,8 @@ buildPythonPackage rec { "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 @@ -120,7 +122,6 @@ buildPythonPackage rec { # TypeError: the JSON object must be str, bytes or bytearray, not NoneType "test_terminal_create_with_cwd" # Fails under load (which causes failure on Hydra) - "test_execution_state" "test_cull_connected" ];