From 2c2124de76a273c139914569444daa434b63a864 Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Thu, 7 Sep 2023 13:50:38 +0000 Subject: [PATCH] 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 --- .../portability/cmsis_rtos_v2/timer_synchronization/sample.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/subsys/portability/cmsis_rtos_v2/timer_synchronization/sample.yaml b/samples/subsys/portability/cmsis_rtos_v2/timer_synchronization/sample.yaml index 61c1a2079fe..7b7103cfb9e 100644 --- a/samples/subsys/portability/cmsis_rtos_v2/timer_synchronization/sample.yaml +++ b/samples/subsys/portability/cmsis_rtos_v2/timer_synchronization/sample.yaml @@ -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