tests: thread_init: disable SMP
This test has a race condition between the start of its statically initialized threads running on another CPU, and the assignment of those threads to a memory domain in the ztest_main() function. Disable SMP for this test. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
33c3e4a4de
commit
9a9f0ed84a
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
||||||
CONFIG_ZTEST=y
|
CONFIG_ZTEST=y
|
||||||
CONFIG_TEST_USERSPACE=y
|
CONFIG_TEST_USERSPACE=y
|
||||||
|
CONFIG_SMP=n
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue