python3Packages.jupyter-server: disable flaky test_execution_state (#519856)

This commit is contained in:
Gaétan Lepage
2026-05-14 09:46:45 +00:00
committed by GitHub
@@ -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 <class 'tornado.web.HTTPError'>