Skip to content

Commit

Permalink
tests: pm: Remove a platform from power_mgmt test
Browse files Browse the repository at this point in the history
frdm_k64f does not implement power management, so just exclude it from
this test.

Fixes: zephyrproject-rtos#35028

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
  • Loading branch information
Flavio Ceolin committed May 13, 2021
1 parent f8ac3a4 commit 8e3ae68
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/subsys/pm/power_mgmt/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@ tests:
subsys.pm.device_pm:
# 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 thingy53_nrf5340_cpunet bl5340_dvk_cpunet
integration_platforms:
- qemu_x86
- mps2_an385
platform_allow: qemu_x86 mps2_an385 native_posix
tags: power

0 comments on commit 8e3ae68

Please sign in to comment.