Skip to content

Commit

Permalink
tests: subsys: power_mgmt: Limit to 1 CPU configurations
Browse files Browse the repository at this point in the history
This test fails on x86_64 qemu due to SMP.  As Power Mgmt isn't really
supported on SMP currently limit this test to 1 CPU.

Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
galak authored and nashif committed Dec 3, 2020
1 parent 98b11ee commit cf81774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/subsys/power/power_mgmt/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ CONFIG_DEVICE_POWER_MANAGEMENT=y
CONFIG_DEVICE_IDLE_PM=y
CONFIG_SYS_PM_POLICY_APP=y
CONFIG_SYS_POWER_SLEEP_STATES=y
CONFIG_MP_NUM_CPUS=1

0 comments on commit cf81774

Please sign in to comment.