Skip to content

Commit c6c9700

Browse files
Christopher Friedtjhedberg
authored andcommitted
tests: subsys: zbus: do not use verbose logging
This change fixes a regression on `qemu_riscv64_smp` and `qemu_riscv32_smp` that arose because debug logging was enabled. My guess is that subtle races exist and that debug logging exacerbates the condidtions for those races. Signed-off-by: Christopher Friedt <[email protected]>
1 parent c650f6a commit c6c9700

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/subsys/zbus/integration/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ CONFIG_ZTEST_NEW_API=y
33
CONFIG_ASSERT=n
44
CONFIG_LOG=y
55
CONFIG_ZBUS=y
6-
CONFIG_ZBUS_LOG_LEVEL_DBG=y
76
CONFIG_ZBUS_CHANNEL_NAME=y
87
CONFIG_ZBUS_MSG_SUBSCRIBER=y
98
CONFIG_HEAP_MEM_POOL_SIZE=1024

0 commit comments

Comments
 (0)