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 <omoris@redhat.com>

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28716)
This commit is contained in:
Ondrej Moris 2025-10-01 07:03:27 +02:00 committed by Neil Horman
parent 786cb9680f
commit 2b97f4d300
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ echo "Running tests"
echo "------------------------------------------------------------------" echo "------------------------------------------------------------------"
# For maintenance reasons and simplicity we only run test with kryoptic token # For maintenance reasons and simplicity we only run test with kryoptic token
meson test -C $PKCS11_PROVIDER_BUILDDIR --suite=kryoptic SUPPORT_ML_DSA=0 meson test -C $PKCS11_PROVIDER_BUILDDIR --suite=kryoptic
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
cat $PKCS11_PROVIDER_BUILDDIR/meson-logs/testlog.txt cat $PKCS11_PROVIDER_BUILDDIR/meson-logs/testlog.txt