tests: exclude drivers/watchdog/wdt_basic_api from running on it8xxx2_evb
There is problem with running this test in validation, because of DBGR mode watchdog can't reset board by itself, and it needs cold reset. This proves that test is not automated, and should be exluded on this board. Signed-off-by: Patryk Kuniecki <patryk.kuniecki@intel.com>
This commit is contained in:
parent
86032bcf85
commit
c227ff3d63
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ tests:
|
|||
- s32z2xxdc2/s32z270/rtu1
|
||||
- s32z2xxdc2@D/s32z270/rtu0
|
||||
- s32z2xxdc2@D/s32z270/rtu1
|
||||
# excluded it8xxx2_evb because test can't be automate,
|
||||
# and needs external reset, git issue #75389
|
||||
- it8xxx2_evb
|
||||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue