Skip to content

Commit 8cf2c3b

Browse files
committed
re-enable other hil tests
1 parent 07dfbad commit 8cf2c3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/hil/hil_test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -618,11 +618,11 @@ def test_device_mtp(board):
618618
# note don't test 2 examples with cdc or 2 msc next to each other
619619
device_tests = [
620620
'device/cdc_dual_ports',
621-
# 'device/dfu',
621+
'device/dfu',
622622
'device/cdc_msc',
623-
# 'device/dfu_runtime',
623+
'device/dfu_runtime',
624624
'device/cdc_msc_freertos',
625-
# 'device/hid_boot_interface',
625+
'device/hid_boot_interface',
626626
# 'device/mtp'
627627
]
628628

0 commit comments

Comments
 (0)