tests: drivers: uart: uart_pm: Disable device runtime PM

Explicitly disable device runtime PM since this test is expecting
it to be disabled and there are SoC now that turns on it by default.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruściński 2025-04-03 08:23:19 +02:00 committed by Benjamin Cabé
parent 4b1691531b
commit 24c01a99c9

View File

@ -2,3 +2,4 @@ CONFIG_ZTEST=y
CONFIG_SERIAL=y
CONFIG_PM=y
CONFIG_PM_DEVICE=y
CONFIG_PM_DEVICE_RUNTIME=n