From 10279d2f680c84403ab302ccdef88951d7476cb0 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 25 Apr 2024 11:00:05 +0200 Subject: [PATCH] Deliberate failure: skip some driver tests Signed-off-by: Gilles Peskine --- tests/scripts/all.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index b8eb3a259b..ab113ecb6d 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -2747,8 +2747,9 @@ component_test_psa_crypto_config_accel_ffdh () { msg "test: full with accelerated FFDH" make test - msg "ssl-opt: full with accelerated FFDH alg" - tests/ssl-opt.sh -f "ffdh" + ## Deliberate failure: skip some driver tests + # msg "ssl-opt: full with accelerated FFDH alg" + # tests/ssl-opt.sh -f "ffdh" } component_test_psa_crypto_config_reference_ffdh () {