tests: kernel: timer_monotonic: Exclude for qemu_arc_hs
This commit excludes the kernel monotonic timer test for the `qemu_arc_hs` platform because this test may fail with the ARC QEMU 6.2 on certain host systems. Refer to the following issues for more details: * foss-for-synopsys-dwc-arc-processors/qemu#67 * zephyrproject-rtos/zephyr#44862 Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
97064045d2
commit
b48fc1d0f2
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
tests:
|
||||
kernel.timer.monotonic:
|
||||
tags: kernel timer
|
||||
# FIXME: This test may fail for qemu_arc_hs on certain host systems.
|
||||
# See foss-for-synopsys-dwc-arc-processors/qemu#67.
|
||||
platform_exclude: qemu_arc_hs
|
||||
kernel.timer.monotonic.linker_generator:
|
||||
platform_allow: qemu_cortex_m3
|
||||
tags: kernel timer linker_generator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue