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 | |
| parent | 9bfb3e7787bda049ed4d8cf083d4a729143be1eb (diff) | |
skip pico2 dual test, it seems not stable
| -rw-r--r-- | test/hil/hil_test.py | 1 | ||||
| -rw-r--r-- | test/hil/rpi.json | 1 |
2 files changed, 2 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: diff --git a/test/hil/rpi.json b/test/hil/rpi.json index 77919f346..672e857fd 100644 --- a/test/hil/rpi.json +++ b/test/hil/rpi.json @@ -59,6 +59,7 @@ "flasher_sn": "E6633861A3978538", "flasher_args": "-f interface/cmsis-dap.cfg -f target/rp2350.cfg -c \"adapter speed 5000\"", "tests": { + "skip": ["dual/host_info_to_device_cdc"], "dual_attached": [{"vid_pid": "1a86_55d4", "serial": "533D004242"}] } }, |
