diff --git a/samples/boards/stm32/power_mgmt/blinky/sample.yaml b/samples/boards/stm32/power_mgmt/blinky/sample.yaml index d1608dcc89d..d3d4f356f24 100644 --- a/samples/boards/stm32/power_mgmt/blinky/sample.yaml +++ b/samples/boards/stm32/power_mgmt/blinky/sample.yaml @@ -4,5 +4,6 @@ tests: sample.boards.stm32.power_mgmt.blinky: tags: LED power filter: dt_compat_enabled("zephyr,power-state") and - dt_enabled_alias_with_parent_compat("led0", "gpio-leds") + dt_enabled_alias_with_parent_compat("led0", "gpio-leds") and + dt_compat_enabled("st,stm32-lptim") depends_on: gpio