python3Packages.notebook: disable flaky KernelCullingTest

wip/yesman
Matej Urbas 3 years ago
parent a9bb54359e
commit 90ac27854d
  1. 1
      pkgs/development/python-modules/notebook/default.nix

@ -68,6 +68,7 @@ buildPythonPackage rec {
"launch_socket"
"sock_server"
"test_list_formats" # tries to find python MIME type
"KernelCullingTest" # has a race condition failing on slower hardware
] ++ lib.optional stdenv.isDarwin [
"test_delete"
"test_checkpoints_follow_file"

Loading…
Cancel
Save