Commit 7034382b authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.jupyter-server: disable timing sensitive test

test_execution_state fails on x86_64-darwin due to timing differences under load (exacerbated by Rosetta).
parent 241a070d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = [