samples: tests: Exclude nRF54L10 NS for unsupported tests/samples

The ADC and watchdog samples are not currently supported for the
non secure target of the nRF54L10 DK.

Add exclusions for these until they are supported.

Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
This commit is contained in:
Georgios Vasilakis 2025-03-26 13:49:04 +01:00 committed by Benjamin Cabé
commit 5c06558be2
3 changed files with 3 additions and 0 deletions

View file

@ -11,6 +11,7 @@ tests:
- nucleo_u031r8
- panb511evb/nrf54l15/cpuapp
- nrf54l15dk/nrf54l15/cpuapp/ns
- nrf54l15dk/nrf54l10/cpuapp/ns
drivers.adc.b_u585i_iot02a_adc4:
extra_args:
- DTC_OVERLAY_FILE="boards/b_u585i_iot02a_adc4.overlay"

View file

@ -26,6 +26,7 @@ tests:
- panb511evb/nrf54l15/cpuflpr/xip
- mimxrt700_evk/mimxrt798s/cm33_cpu1
- nrf54l15dk/nrf54l15/cpuapp/ns
- nrf54l15dk/nrf54l10/cpuapp/ns
drivers.watchdog.stm32wwdg:
filter: dt_compat_enabled("st,stm32-window-watchdog") or dt_compat_enabled("st,stm32-watchdog")
extra_args: DTC_OVERLAY_FILE="boards/stm32_wwdg.overlay"