Skip to content

Commit 432808a

Browse files
committed
tests: Disable UART in PPK tests
Disable UART in PPK tests Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
1 parent a41bc26 commit 432808a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/on_target/tests/test_ppk/test_power.py

+4
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ def test_power(thingy91x_ppk2, hex_file):
175175
except AssertionError:
176176
pytest.skip("Device unable to connect to cloud, skip ppk test")
177177

178+
# Disable UART on the device
179+
thingy91x_ppk2.t91x_uart.write("pm suspend uartuart@9000\r\n")
180+
thingy91x_ppk2.t91x_uart.write("pm suspend uartuart@8000\r\n")
181+
178182
thingy91x_ppk2.ppk2_dev.start_measuring()
179183

180184
start = time.time()

0 commit comments

Comments
 (0)