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 <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
1f2727c5fa
commit
c8b0b1a5f8
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ tests:
|
|||
peripheral.watchdog:
|
||||
depends_on: watchdog
|
||||
tags: drivers watchdog
|
||||
filter: not CONFIG_WDT_SAM
|
||||
platform_exclude: nucleo_l496zg nucleo_f401re
|
||||
peripheral.window_watchdog_nucleo_l496zg:
|
||||
depends_on: watchdog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue