Skip to content

Commit 24c01a9

Browse files
nordic-krchkartben
authored andcommitted
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 <[email protected]>
1 parent 4b16915 commit 24c01a9

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)