Unverified Commit 7d08a852 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

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

parents 5c492a03 fe861046
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"
  ];