python311Packages.sphinx: disable flaky test

test_too_many_requests_retry_after_int_delay reliably fails when built
as part of the check-nix-format GH action
This commit is contained in:
annalee 2024-04-03 16:24:40 +00:00
parent 1f08e554a2
commit d60c9c6671
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ buildPythonPackage rec {
"test_check_link_response_only"
"test_anchors_ignored_for_url"
"test_autodoc_default_options"
"test_too_many_requests_retry_after_int_delay"
# racy with pytest-xdist
"test_domain_cpp_build_semicolon"
"test_class_alias"