summaryrefslogtreecommitdiff
path: root/test/hil/hil_test.py
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-09-18 20:27:34 +0700
committerhathach <[email protected]>2024-09-18 20:27:34 +0700
commit40b55170c87da109b3416ac80eaa55ca56eadc77 (patch)
treed9f0b80fd01d6aeae26ff061f11ae551a664655a /test/hil/hil_test.py
parent9bfb3e7787bda049ed4d8cf083d4a729143be1eb (diff)
skip pico2 dual test, it seems not stable
Diffstat (limited to 'test/hil/hil_test.py')
-rw-r--r--test/hil/hil_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/hil/hil_test.py b/test/hil/hil_test.py
index a569e7666..ec28328d4 100644
--- a/test/hil/hil_test.py
+++ b/test/hil/hil_test.py
@@ -411,6 +411,7 @@ def test_board(board):
for skip in board_tests['skip']:
if skip in test_list:
test_list.remove(skip)
+ print(f'{name:25} {skip:30} ... Skip')
err_count = 0
for test in test_list: