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>
6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_PM=y
|
|
CONFIG_PM_DEVICE=y
|
|
CONFIG_PM_DEVICE_RUNTIME=n
|