public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/uv] epel10: Skip a test observed to fail in koji on x86_64
@ 2026-09-04  6:17 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-04  6:17 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/uv
Branch : epel10
Commit : 52f50eb202d639f7ec164a1750f67f4f13fdf8bc
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-09-04T07:17:14+01:00
Stats  : +6/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/uv/c/52f50eb202d639f7ec164a1750f67f4f13fdf8bc?branch=epel10

Log:
Skip a test observed to fail in koji on x86_64

---
diff --git a/uv.spec b/uv.spec
index 4d1e30d..53d7049 100644
--- a/uv.spec
+++ b/uv.spec
@@ -728,6 +728,12 @@ 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"
+# 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
+# seems unlikely that it is a real and serious problem, although a proper
+# diagnosis would be welcome.
+skip="${skip-} --skip interpreter::tests::test_cache_eviction_with_unchanged_executable"
 
 %cargo_test -- -- --exact ${skip-}
 %endif

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-04  6:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-04  6:17 [rpms/uv] epel10: Skip a test observed to fail in koji on x86_64 Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox