python3Packages.jupyter-server: disable timing sensitive test (#448424)

This commit is contained in:
Gaétan Lepage
2025-10-04 08:59:19 +00:00
committed by GitHub
@@ -119,6 +119,8 @@ 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_execution_state"
];
disabledTestPaths = [