Skip to content

Commit 4963f09

Browse files
nordic-krchnordicjm
authored andcommitted
[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 dd65ea8 commit 4963f09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/drivers/uart/uart_pm/prj.conf

Lines changed: 1 addition & 0 deletions
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)