From 90ac27854d53a69ea85571dadbf9eafb3e6b7c1e Mon Sep 17 00:00:00 2001 From: Matej Urbas Date: Sat, 16 Jan 2021 11:57:39 +0000 Subject: [PATCH] python3Packages.notebook: disable flaky KernelCullingTest --- pkgs/development/python-modules/notebook/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/notebook/default.nix b/pkgs/development/python-modules/notebook/default.nix index 116fa153cda..bab3aa590ec 100644 --- a/pkgs/development/python-modules/notebook/default.nix +++ b/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"