From 4a99d37dae0c092c688333603cf03649852a6f58 Mon Sep 17 00:00:00 2001 From: Emilio Benavente Date: Mon, 21 Jul 2025 12:28:58 -0500 Subject: [PATCH] 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 --- tests/drivers/watchdog/wdt_basic_api/testcase.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/drivers/watchdog/wdt_basic_api/testcase.yaml b/tests/drivers/watchdog/wdt_basic_api/testcase.yaml index 2d38b353aa959..c7e50124f73c9 100644 --- a/tests/drivers/watchdog/wdt_basic_api/testcase.yaml +++ b/tests/drivers/watchdog/wdt_basic_api/testcase.yaml @@ -32,6 +32,7 @@ tests: - bl54l15_dvk/nrf54l15/cpuapp/ns - bl54l15u_dvk/nrf54l15/cpuapp/ns - raytac_an54l15q_db/nrf54l15/cpuapp/ns + - frdm_mcxw71 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"