jupyter-server: mark tests that fail on all darwin, not just x86 (#454308)

This commit is contained in:
Gaétan Lepage
2025-10-21 21:36:21 +00:00
committed by GitHub
@@ -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 <class 'tornado.web.HTTPError'>
@@ -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"
];