tests: futex: use one cpu
Nearly all of these cases create a child thread that needs to complete before the main test proceeds further. If the child thread runs simultaneously on another CPU, this gets messed up. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
24ff46c634
commit
d49f413c54
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_IRQ_OFFLOAD=y
|
||||
CONFIG_TEST_USERSPACE=y
|
||||
CONFIG_MP_NUM_CPUS=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue