public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sequoia-wot] epel10: Skip two tests that fail due to expired test certificates
@ 2026-06-15 12:50 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-15 12:50 UTC (permalink / raw)
To: git-commits
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
+ """,
+]
+
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-15 12:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 12:50 [rpms/rust-sequoia-wot] epel10: Skip two tests that fail due to expired test certificates Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox