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:
Stephanos Ioannidis 2022-04-16 20:49:49 +09:00 committed by Anas Nashif
commit b48fc1d0f2

View file

@ -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