-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
samples: crypto: psa_tls: Don't test secure-only nrf91
Don't test secure-only nrf91 with psa_tls. NCS applications must use non-secure nrf91 due to a HW limitation in nrf91. For this reason all nrf9160 samples test only against nrf91_ns and not nrf91 secure-only. The only reason to test secure-only would be to test a library that would be used by a bootloader, but I can't imagine a bootloader would be doing psa_tls so skip this testing. Omitting this testing will reduce CI load and decrease maintenance cost. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
- Loading branch information
1 parent
8d432ed
commit 7db260e
Showing
1 changed file
with
10 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters