Skip to content

Commit 5344fd6

Browse files
committed
[to be fromlist] tests: secure_storage: Exclude nRF54H20 targets
Exclude the application and radio core targets for nRF54H20 since they use Ironside as their PSA storage provider. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 919f434 commit 5344fd6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/subsys/secure_storage/psa/crypto/testcase.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ tests:
55
secure_storage.psa.crypto.secure_storage:
66
filter: CONFIG_SECURE_STORAGE and not CONFIG_SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_NONE
77
extra_args: EXTRA_CONF_FILE=overlay-secure_storage.conf
8+
platform_exclude:
9+
- nrf54h20dk/nrf54h20/cpuapp
10+
- nrf54h20dk/nrf54h20/cpurad
811
integration_platforms:
912
- native_sim
1013
- nrf54l15dk/nrf54l15/cpuapp

0 commit comments

Comments
 (0)