Skip to content

Commit f7b50de

Browse files
committed
python3Packages.celery: disable flaky test under load on Darwin
1 parent a3d919a commit f7b50de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/development/python-modules/celery/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ buildPythonPackage rec {
112112
"test_cleanup"
113113
"test_with_autoscaler_file_descriptor_safety"
114114
"test_with_file_descriptor_safety"
115+
116+
# Flaky: Unclosed temporary file handle under heavy load (as in nixpkgs-review)
117+
"test_check_privileges_without_c_force_root_and_no_group_entry"
115118
];
116119

117120
pythonImportsCheck = [ "celery" ];

0 commit comments

Comments
 (0)