samples: stm32 serial wakeup: Don't run on stm32l562e_dk in CI

On STM32 PM serial wakeup sample, a power efficient configuration using
lpuart is provided for stm32l562e_dk target.
Though, since default configuration of the board is using ST-Link virtual
port com on uart1, which can't be changed in CI and hence can't be tested,
then remove this target from sample yaml configuration.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2022-09-01 10:32:58 +02:00 committed by Fabio Baltieri
commit 6654a06fad

View file

@ -14,4 +14,4 @@ tests:
- nucleo_wb55rg
filter: dt_compat_enabled("zephyr,power-state")
extra_args: "CONFIG_DEBUG=y"
platform_allow: nucleo_wb55rg stm32l562e_dk
platform_allow: nucleo_wb55rg