tests: power_mgmt: Fix CI build failure
The changes to re-organize the power mgmt header files exposed a build failure on thingy53_nrf5340_cpunet since CONFIG_PM can't be set on that platform. We already exclude nrf5340dk_nrf5340_cpunet so just add thingy53_nrf5340_cpunet to the platform_exclude list. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
0014193193
commit
aeb884439d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ tests:
|
|||
# arch_irq_unlock(0) can't work correctly on these arch
|
||||
arch_exclude: arc xtensa
|
||||
platform_exclude: rv32m1_vega_ri5cy rv32m1_vega_zero_riscy litex_vexriscv
|
||||
nrf5340dk_nrf5340_cpunet
|
||||
nrf5340dk_nrf5340_cpunet thingy53_nrf5340_cpunet
|
||||
integration_platforms:
|
||||
- qemu_x86
|
||||
- mps2_an385
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue