Document limitation on "mixed" builds
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index a94953f..15c83ef 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -2584,7 +2584,6 @@
make test
}
-
# Run tests with only (non-)Weierstrass accelerated
# Common code used in:
# - component_test_psa_crypto_config_accel_ecc_weirstrass_curves
@@ -2689,7 +2688,8 @@
# -------------
msg "test suites: full with accelerated EC algs and $DESC curves"
- make test
+ # does not work for PK (and above), see #8255
+ make test SKIP_TEST_SUITES=pk,pkparse,pkwrite,x509parse,x509write,ssl,debug
}
component_test_psa_crypto_config_accel_ecc_weirstrass_curves () {