samples: timer_synchronization: exclude qemu_arc_hs5x
Exclude qemu_arc_hs5x from the test, seems to fail since f0daf90
. Other
ARC platform works so let's exclude this one while the issue is
investigated.
Link: https://github.com/zephyrproject-rtos/zephyr/issues/62405
Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
4d678207b7
commit
2c2124de76
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ tests:
|
|||
sample.portability.cmsis_rtos_v2.timer_synchronization:
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
platform_exclude:
|
||||
- qemu_arc_hs5x # See issue #62405
|
||||
tags: cmsis_rtos
|
||||
min_ram: 32
|
||||
min_flash: 34
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue