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>
4 lines
52 B
Plaintext
4 lines
52 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_TEST_USERSPACE=y
|
|
CONFIG_SMP=n
|