python311Packages.celery: disable failing test

This seems to only fail on high cores counts, eg 96 cores
This commit is contained in:
Sandro Jäckel
2024-02-14 00:07:27 +01:00
parent 571a07d774
commit 4e8a98c535
@@ -79,6 +79,9 @@ buildPythonPackage rec {
disabledTests = [
"msgpack"
"test_check_privileges_no_fchown"
# seems to only fail on higher core counts
# AssertionError: assert 3 == 0
"test_setup_security_disabled_serializers"
# fails with pytest-xdist
"test_itercapture_limit"
"test_stamping_headers_in_options"