python311Packages.celery: disable failing test
This seems to only fail on high cores counts, eg 96 cores
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user