re-enable other hil tests
diff --git a/test/hil/hil_test.py b/test/hil/hil_test.py
index 78d8975..ba0826b 100755
--- a/test/hil/hil_test.py
+++ b/test/hil/hil_test.py
@@ -618,11 +618,11 @@
 # 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'
 ]