Skip to content

Commit 2bd58c7

Browse files
committed
[nrf fromlist] 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. Upstream PR #: 87807 Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent 336fc6c commit 2bd58c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/drivers/uart/uart_pm/prj.conf

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ CONFIG_ZTEST=y
22
CONFIG_SERIAL=y
33
CONFIG_PM=y
44
CONFIG_PM_DEVICE=y
5+
CONFIG_PM_DEVICE_RUNTIME=n

0 commit comments

Comments
 (0)