mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-11 00:39:57 +00:00
skip pico2 dual test, it seems not stable
This commit is contained in:
parent
9bfb3e7787
commit
40b55170c8
@ -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:
|
||||
|
@ -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"}]
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user