We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d919a commit f7b50deCopy full SHA for f7b50de
pkgs/development/python-modules/celery/default.nix
@@ -112,6 +112,9 @@ buildPythonPackage rec {
112
"test_cleanup"
113
"test_with_autoscaler_file_descriptor_safety"
114
"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"
118
];
119
120
pythonImportsCheck = [ "celery" ];
0 commit comments