Skip to content

Commit fb9ca50

Browse files
committed
test: zbus: Disable icount shift on qemu_rx
Somehow icount shift making this test fail on qemu_rx target maybe clock rate on RX is too low, as work around I disable the icount shift for this test case on qemu_rx Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
1 parent c85e12b commit fb9ca50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Work around for QEMU RX board
2+
CONFIG_QEMU_ICOUNT_SHIFT=1

0 commit comments

Comments
 (0)