skip max3421e metro m4 for now, due to cdc output too fast.

This commit is contained in:
hathach
2024-11-13 17:01:54 +07:00
parent 9ff02daa56
commit 3ee3658dad
2 changed files with 2 additions and 2 deletions

View File

@@ -517,7 +517,7 @@ def test_board(board):
flasher = board['flasher']
# default to all tests
test_list = list(device_tests)
test_list = []
if 'tests' in board:
board_tests = board['tests']