diff options
| author | Ha Thach <[email protected]> | 2024-09-25 10:16:28 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-25 10:16:28 +0700 |
| commit | c8ab65fbb6ed24b470df8c3b2f35c27ce0d54053 (patch) | |
| tree | 7a9831c30b135a841e0d80abb07ab93f2cec241a /test | |
| parent | f4dd1764849d005a2e44d51f62428aeaf2513804 (diff) | |
| parent | e483c6a2ade2dbf2ec44d835134f62eab0cf9698 (diff) | |
Merge pull request #2576 from HiFiPhile/dwc2_dma
DWC2 DMA support
Diffstat (limited to 'test')
| -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"}] } }, |
