From f0dec896926970119d4ae59cd30d2ffd291bce67 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 4 Sep 2026 17:33:42 +0100 Subject: [PATCH] =?UTF-8?q?Skip=20another=20test=20that=E2=80=99s=20flaky?= =?UTF-8?q?=20due=20test=20envvar=20races?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uv.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/uv.spec b/uv.spec index ce9028c..1e45eb1 100644 --- a/uv.spec +++ b/uv.spec @@ -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. It’s very possible that this is another testing race # condition that would be avoided by process isolation in “cargo nextest.” It