guix_mirror_bot pushed a commit to branch rust-team
in repository guix.
commit a9352626765d57e1577a6713fca373763c7951d5
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Feb 16 10:03:06 2026 +0200
gnu: sequoia-wot-tools: Skip more tests.
* gnu/packages/sequoia.scm (sequoia-wot-tools)[arguments]: Add more
tests to cargo-test-flags.
Change-Id: I68034e4b11b31556b1d99d80d7d3c8f42a9a7642
---
gnu/packages/sequoia.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/sequoia.scm b/gnu/packages/sequoia.scm
index 9aa56debfb..f7977cabec 100644
--- a/gnu/packages/sequoia.scm
+++ b/gnu/packages/sequoia.scm
@@ -259,7 +259,11 @@ This Guix package is built to use the nettle cryptographic
library.")
(list
#:features '(list "sequoia-openpgp/crypto-nettle")
#:cargo-package-crates ''("tools")
- #:cargo-test-flags '(list "--" "--skip=gpg_trust_roots")
+ #:cargo-test-flags
+ '(list "--"
+ "--skip=gpg_trust_roots"
+ "--skip=backward_propagation::tests::cliques"
+ "--skip=tests::cliques")
#:install-source? #f
#:cargo-install-paths ''("tools")
#:phases