Merge pull request #109514 from urbas/notebook-flaky-kernel-culling-test
python3Packages.notebook: disable flaky KernelCullingTest
This commit is contained in:
commit
4e9bd008f6
@ -68,6 +68,7 @@ buildPythonPackage rec {
|
|||||||
"launch_socket"
|
"launch_socket"
|
||||||
"sock_server"
|
"sock_server"
|
||||||
"test_list_formats" # tries to find python MIME type
|
"test_list_formats" # tries to find python MIME type
|
||||||
|
"KernelCullingTest" # has a race condition failing on slower hardware
|
||||||
] ++ lib.optional stdenv.isDarwin [
|
] ++ lib.optional stdenv.isDarwin [
|
||||||
"test_delete"
|
"test_delete"
|
||||||
"test_checkpoints_follow_file"
|
"test_checkpoints_follow_file"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user