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>
5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_IRQ_OFFLOAD=y
|
|
CONFIG_DYNAMIC_INTERRUPTS=y
|
|
CONFIG_MP_NUM_CPUS=1
|