Skip to content

Commit e5edf45

Browse files
committed
tests: c_lib: thrd: run test on 1 cpu
This test fails sporadically on SMP, so make it run only on one CPU. Related to #91620 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 34e47f4 commit e5edf45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/lib/c_lib/thrd/prj.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ CONFIG_THREAD_STACK_INFO=y
77
CONFIG_DYNAMIC_THREAD=y
88
CONFIG_DYNAMIC_THREAD_POOL_SIZE=2
99
CONFIG_COMMON_LIBC_THRD=y
10+
# work around for #91620
11+
CONFIG_MP_MAX_NUM_CPUS=1

0 commit comments

Comments
 (0)