public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sequoia-sq] rawhide: Skip two tests that fail due to semantics changes in sequoia-wot v0.15.3
@ 2026-09-23 23:39 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-23 23:39 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-sequoia-sq
Branch : rawhide
Commit : ac498f293590141800feb2216499c5771ab42a39
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-09-24T01:07:47+02:00
Stats  : +15/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-sequoia-sq/c/ac498f293590141800feb2216499c5771ab42a39?branch=rawhide

Log:
Skip two tests that fail due to semantics changes in sequoia-wot v0.15.3

---
diff --git a/rust-sequoia-sq.spec b/rust-sequoia-sq.spec
index 618c3cc..fe64995 100644
--- a/rust-sequoia-sq.spec
+++ b/rust-sequoia-sq.spec
@@ -122,7 +122,11 @@ install -Dpm 0644 target/assets/shell-completions/_sq \
 
 %if %{with check}
 %check
-%cargo_test
+# * skip two tests that fail due to semantics changes in sequoia-wot v0.15.3
+%{cargo_test -- -- --exact %{shrink:
+    --skip integration::sq_pki::target_cert_expired
+    --skip integration::sq_pki::target_cert_soft_revoked
+}}
 %endif
 
 %changelog

diff --git a/rust2rpm.toml b/rust2rpm.toml
index a6ec02a..e6eb5eb 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -40,3 +40,13 @@ install.post = [
     "    %{buildroot}/%{zsh_completions_dir}/_sq",
 ]
 
+[tests]
+skip = [
+    "integration::sq_pki::target_cert_expired",
+    "integration::sq_pki::target_cert_soft_revoked",
+]
+skip-exact = true
+comments = [
+    "skip two tests that fail due to semantics changes in sequoia-wot v0.15.3",
+]
+

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

only message in thread, other threads:[~2026-09-23 23:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 23:39 [rpms/rust-sequoia-sq] rawhide: Skip two tests that fail due to semantics changes in sequoia-wot v0.15.3 Fabio Valentini

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