Skip to content

Commit cd33821

Browse files
EmilioCBencfriedt
authored andcommitted
tests: drivers: watchdog: Excluding frdm_mcxw71 from basic api
The wdt_basic_api test uses retained memory. Currently, uses sram0 for the ram space. This mostly does not retain memory. Since the test variables are unable to retain their value this platform test fails and should be excluded for now. Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com>
1 parent c7b17e7 commit cd33821

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/drivers/watchdog/wdt_basic_api/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ tests:
3232
- bl54l15_dvk/nrf54l15/cpuapp/ns
3333
- bl54l15u_dvk/nrf54l15/cpuapp/ns
3434
- raytac_an54l15q_db/nrf54l15/cpuapp/ns
35+
- frdm_mcxw71
3536
drivers.watchdog.stm32wwdg:
3637
filter: dt_compat_enabled("st,stm32-window-watchdog") or dt_compat_enabled("st,stm32-watchdog")
3738
extra_args: DTC_OVERLAY_FILE="boards/stm32_wwdg.overlay"

0 commit comments

Comments
 (0)