summaryrefslogtreecommitdiff
path: root/test/hil/hil_test.py
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-11-13 17:01:54 +0700
committerhathach <[email protected]>2024-11-13 17:01:54 +0700
commit3ee3658dad4bd44be325ee18229dfc62a2ffa057 (patch)
tree640a26d0b3e5e6680571713c0edb28ce851528fe /test/hil/hil_test.py
parent9ff02daa565ae6bc12d47dd7d1ce7a23036c9e55 (diff)
skip max3421e metro m4 for now, due to cdc output too fast.
Diffstat (limited to 'test/hil/hil_test.py')
-rwxr-xr-xtest/hil/hil_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hil/hil_test.py b/test/hil/hil_test.py
index 9d6078ba0..daa9868d9 100755
--- a/test/hil/hil_test.py
+++ b/test/hil/hil_test.py
@@ -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']