summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-11-27 11:04:35 +0700
committerhathach <[email protected]>2025-11-27 11:04:35 +0700
commit8cf2c3b00b2f8188571e4bd9f0e66ffc5ae188a3 (patch)
tree26fd4779ccaa8b7b2d6cb5aa3badc02fa1cd6a67
parent07dfbadc001d669d6db6d1e0b82b65e73b67f21a (diff)
re-enable other hil tests
-rwxr-xr-xtest/hil/hil_test.py6
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'
]