Skip another test that’s flaky due test envvar races

This commit is contained in:
Benjamin A. Beasley 2026-09-04 17:33:42 +01:00
commit f0dec89692

View file

@ -723,6 +723,7 @@ skip="${skip-} --skip user_agent_version::test_user_agent_has_version"
# }
# There are probably more of these.
skip="${skip-} --skip retry::tests::retried_status_codes"
skip="${skip-} --skip retry::tests::retry_logs_redact_signed_urls"
# This has been seen to fail in koji, so far only on x86_64, but so far not in
# a local mock build. Its very possible that this is another testing race
# condition that would be avoided by process isolation in “cargo nextest.” It