python3Packages.jupyter-server: disable flaky test_cull_connected globally (#517142)

This commit is contained in:
Gaétan Lepage
2026-05-06 12:51:40 +00:00
committed by GitHub
@@ -103,6 +103,8 @@ buildPythonPackage rec {
"test_subscribe_websocket"
# test is presumable broken in sandbox
"test_authorized_requests"
# Fails under load on Hydra; kernel stays in 'starting' state due to a zmq socket error
"test_cull_connected"
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# attempts to use trashcan, build env doesn't allow this
@@ -119,8 +121,6 @@ buildPythonPackage rec {
++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
# 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_cull_connected"
];
disabledTestPaths = [