Skip to content

Commit 7f9accd

Browse files
committed
[nrf noup] tests: Disable mbedtls legacy for 54H20
Disable the mbedtls legacy tests for the nRF54H20. We now enable the PSA entropy driver for the nRF54H20 which is incompatible with the mbedtls legacy APIs. Noup since we only enable the PSA entropy driver in NCS and not upstream. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 39b734d commit 7f9accd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/crypto/mbedtls/testcase.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ common:
88
timeout: 400
99
tests:
1010
crypto.mbedtls:
11-
platform_exclude: m2gl025_miv
11+
platform_exclude:
12+
- m2gl025_miv
13+
- nrf54h20dk/nrf54h20/cpuapp
14+
- nrf54h20dk/nrf54h20/cpurad
1215
extra_configs:
1316
- CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0
1417
- arch:riscv64:CONFIG_ZTEST_STACK_SIZE=8192

0 commit comments

Comments
 (0)