public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-sequoia-wot] epel10: Skip two tests that fail due to expired test certificates
Date: Mon, 15 Jun 2026 12:50:20 GMT	[thread overview]
Message-ID: <178152782001.1.5142990104638241521.rpms-rust-sequoia-wot-d0f293fa6cd4@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-sequoia-wot
Branch : epel10
Commit : d0f293fa6cd42c4b52f8d0ff621fe24f6dfef9b7
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-04-12T18:43:51+02:00
Stats  : +20/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-sequoia-wot/c/d0f293fa6cd42c4b52f8d0ff621fe24f6dfef9b7?branch=epel10

Log:
Skip two tests that fail due to expired test certificates

---
diff --git a/rust-sequoia-wot.spec b/rust-sequoia-wot.spec
index 69fd8eb..beadbbb 100644
--- a/rust-sequoia-wot.spec
+++ b/rust-sequoia-wot.spec
@@ -1,4 +1,4 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
 %bcond check 1
 %global debug_package %{nil}
 
@@ -64,7 +64,12 @@ use the "default" feature of the "%{crate}" crate.
 
 %if %{with check}
 %check
-%cargo_test
+# * skip two tests that fail due to expired test certificates:
+#   https://gitlab.com/sequoia-pgp/sequoia-wot/-/work_items/59
+%{cargo_test -- -- --exact %{shrink:
+    --skip backward_propagation::tests::cliques
+    --skip tests::cliques
+}}
 %endif
 
 %changelog

diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..9144395
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,13 @@
+[tests]
+skip = [
+    "backward_propagation::tests::cliques",
+    "tests::cliques",
+]
+skip-exact = true
+comments = [
+    """\
+    skip two tests that fail due to expired test certificates:
+    https://gitlab.com/sequoia-pgp/sequoia-wot/-/work_items/59
+    """,
+]
+

                 reply	other threads:[~2026-06-15 12:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178152782001.1.5142990104638241521.rpms-rust-sequoia-wot-d0f293fa6cd4@fedoraproject.org \
    --to=decathorpe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox