Skip to content

Commit c8b0b1a

Browse files
ioannisgnashif
authored andcommitted
tests: drivers: watchdog: exclude platforms with SAM WDT from testing
On watchdog-triggered reboot, the SAM platforms reset RAM, so the wdt_basic_api cannot be completed successfully, as it relies on RAM retention (relies on variables stored in RAM retaining their values across different boot cycles). Exclude the platforms with the SAM Watchdog from this test. Signed-off-by: Ioannis Glaropoulos <[email protected]>
1 parent 1f2727c commit c8b0b1a

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
@@ -2,6 +2,7 @@ tests:
22
peripheral.watchdog:
33
depends_on: watchdog
44
tags: drivers watchdog
5+
filter: not CONFIG_WDT_SAM
56
platform_exclude: nucleo_l496zg nucleo_f401re
67
peripheral.window_watchdog_nucleo_l496zg:
78
depends_on: watchdog

0 commit comments

Comments
 (0)