From 4aa1a6657add8fc44e56962f93c750868107ead7 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 5 Feb 2023 17:00:51 +0100 Subject: [PATCH] Skip test that fails with OpenSSL < 3.0.7 (missing RIPEMD160 algorithm) --- rust-sequoia-openpgp.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rust-sequoia-openpgp.spec b/rust-sequoia-openpgp.spec index c932e7e..000c0fd 100644 --- a/rust-sequoia-openpgp.spec +++ b/rust-sequoia-openpgp.spec @@ -245,7 +245,9 @@ rm examples/{notarize.rs,sign.rs,sign-detached.rs} # * run tests with nettle crypto backend (default) %cargo_test -n -f crypto-nettle,compression # * run tests with openssl crypto backend -%cargo_test -n -f crypto-openssl,compression +# * skip test that fails with OpenSSL < 3.0.7 due to missing RIPEMD160 algorithm: +# https://gitlab.com/sequoia-pgp/sequoia/-/issues/979 +%cargo_test -n -f crypto-openssl,compression -- -- --skip packet::one_pass_sig::tests::roundtrip %endif %changelog