We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41bc26 commit 432808aCopy full SHA for 432808a
tests/on_target/tests/test_ppk/test_power.py
@@ -175,6 +175,10 @@ def test_power(thingy91x_ppk2, hex_file):
175
except AssertionError:
176
pytest.skip("Device unable to connect to cloud, skip ppk test")
177
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
+
182
thingy91x_ppk2.ppk2_dev.start_measuring()
183
184
start = time.time()
0 commit comments