Merge pull request #285554 from SuperSandro2000/celery-test

This commit is contained in:
Sandro 2024-03-05 13:21:30 +01:00 committed by GitHub
commit 8c3f587c09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"