From f2d30ab55b6afa204b89fdcc2c0b90a7c916ae58 Mon Sep 17 00:00:00 2001 From: Duy Nguyen Date: Thu, 26 Jun 2025 14:40:16 +0700 Subject: [PATCH] tests: kernel_workq: Excluding test for qemu_rx Excluding this test for qemu_rx because it's failing randomly Root cause not identified yet, #92213 is created to keep track of this This test case is working fine on actual RX HW so issue might be in the inside the qemu environment Signed-off-by: Duy Nguyen --- tests/kernel/workq/work/testcase.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/kernel/workq/work/testcase.yaml b/tests/kernel/workq/work/testcase.yaml index b2468b32311..eba7cc4ea63 100644 --- a/tests/kernel/workq/work/testcase.yaml +++ b/tests/kernel/workq/work/testcase.yaml @@ -2,7 +2,11 @@ tests: kernel.workqueue.api: min_flash: 34 tags: kernel - # this platform fails to run due to #40376, all + # hifive1 platform fails to run due to #40376, all # the related CI checks got blocked, so exclude it. - platform_exclude: hifive1 + # qemu_rx platform fails to run due to #92213, exclude this + # for now until the issue is resolved. + platform_exclude: + - hifive1 + - qemu_rx timeout: 80