Skip to content

Commit f2d30ab

Browse files
duynguyenxakartben
authored andcommitted
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 <duy.nguyen.xa@renesas.com>
1 parent 75c5043 commit f2d30ab

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tests/kernel/workq/work/testcase.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ tests:
22
kernel.workqueue.api:
33
min_flash: 34
44
tags: kernel
5-
# this platform fails to run due to #40376, all
5+
# hifive1 platform fails to run due to #40376, all
66
# the related CI checks got blocked, so exclude it.
7-
platform_exclude: hifive1
7+
# qemu_rx platform fails to run due to #92213, exclude this
8+
# for now until the issue is resolved.
9+
platform_exclude:
10+
- hifive1
11+
- qemu_rx
812
timeout: 80

0 commit comments

Comments
 (0)