From 8cf2c3b00b2f8188571e4bd9f0e66ffc5ae188a3 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 27 Nov 2025 11:04:35 +0700 Subject: re-enable other hil tests --- test/hil/hil_test.py | 6 +++--- 1 file 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' ] -- cgit v1.3.1