diff options
| author | hathach <[email protected]> | 2024-09-18 20:27:34 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-09-18 20:27:34 +0700 |
| commit | 40b55170c87da109b3416ac80eaa55ca56eadc77 (patch) | |
| tree | d9f0b80fd01d6aeae26ff061f11ae551a664655a /test/hil/hil_test.py | |
| parent | 9bfb3e7787bda049ed4d8cf083d4a729143be1eb (diff) | |
skip pico2 dual test, it seems not stable
Diffstat (limited to 'test/hil/hil_test.py')
| -rw-r--r-- | test/hil/hil_test.py | 1 |
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: |
