tests: interrupt: use one CPU only
The test tries to mask CPU interrupts and then enable a k_timer, passing if it didn't fire. This is totally defeated if the interrupt just fires on another CPU that doesn't have interrupts masked. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
6cf496f324
commit
921c628f1e
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_IRQ_OFFLOAD=y
|
||||
CONFIG_DYNAMIC_INTERRUPTS=y
|
||||
CONFIG_MP_NUM_CPUS=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue