Skip to content

Commit 5a56ee5

Browse files
Andy Rossnashif
authored andcommitted
tests/kernel/fifo/fifo_usage: Disable SMP
This test isn't SMP-safe and won't pass reliably on x86_64 by default (though it does pass often enough to get CI passes on most things, it fails spuriously in ways that aren't timing related). Turn off the second CPU. Fixes #14501 Signed-off-by: Andy Ross <[email protected]>
1 parent efc6d0a commit 5a56ee5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
CONFIG_ZTEST=y
22
CONFIG_IRQ_OFFLOAD=y
3+
CONFIG_SMP=n
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CONFIG_ZTEST=y
22
CONFIG_IRQ_OFFLOAD=y
33
CONFIG_POLL=y
4+
CONFIG_SMP=n

0 commit comments

Comments
 (0)