diff options
| -rwxr-xr-x | test/hil/hil_test.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/hil/hil_test.py b/test/hil/hil_test.py index 78d8975c6..ba0826bd3 100755 --- a/test/hil/hil_test.py +++ b/test/hil/hil_test.py @@ -618,11 +618,11 @@ def test_device_mtp(board): # note don't test 2 examples with cdc or 2 msc next to each other device_tests = [ 'device/cdc_dual_ports', - # 'device/dfu', + 'device/dfu', 'device/cdc_msc', - # 'device/dfu_runtime', + 'device/dfu_runtime', 'device/cdc_msc_freertos', - # 'device/hid_boot_interface', + 'device/hid_boot_interface', # 'device/mtp' ] |
