Skip to content

Commit

Permalink
skip pico2 dual test, it seems not stable
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Sep 18, 2024
1 parent 9bfb3e7 commit 40b5517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/hil/hil_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions test/hil/rpi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"}]
}
},
Expand Down

0 comments on commit 40b5517

Please sign in to comment.