From 0981d8971cd6580a74e49480e7e12e3947cd929a Mon Sep 17 00:00:00 2001 From: Ondrej Moris Date: Wed, 1 Oct 2025 07:03:27 +0200 Subject: [PATCH] tests: temporarily skip MLDSA pkcs11-provider test External pkcs11-provider test requires at least kryoptic 1.2 for MLDSA tests. But the current fedora:latest (42) still contains kryoptic 1.1 and hence we need to temporarily disable MLDSA tests until Fedora 43 is released. Signed-off-by: Ondrej Moris Reviewed-by: Tomas Mraz Reviewed-by: Dmitry Belyavskiy Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/28716) (cherry picked from commit 2b97f4d300f18b209983046f49e12f3028ba79f5) --- .../95-test_external_pkcs11_provider_data/pkcs11-provider.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/recipes/95-test_external_pkcs11_provider_data/pkcs11-provider.sh b/test/recipes/95-test_external_pkcs11_provider_data/pkcs11-provider.sh index 0a0eabb8b33..9fb245e2444 100755 --- a/test/recipes/95-test_external_pkcs11_provider_data/pkcs11-provider.sh +++ b/test/recipes/95-test_external_pkcs11_provider_data/pkcs11-provider.sh @@ -58,7 +58,7 @@ echo "Running tests" echo "------------------------------------------------------------------" # The OpenSSL app uses ${HARNESS_OSSL_PREFIX} as a prefix for its standard output -HARNESS_OSSL_PREFIX= meson test -C $PKCS11_PROVIDER_BUILDDIR +SUPPORT_ML_DSA=0 HARNESS_OSSL_PREFIX= meson test -C $PKCS11_PROVIDER_BUILDDIR --suite=kryoptic if [ $? -ne 0 ]; then cat $PKCS11_PROVIDER_BUILDDIR/meson-logs/testlog.txt -- 2.47.3