diff options
| author | hathach <[email protected]> | 2025-10-02 18:54:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-10-02 18:54:31 +0700 |
| commit | 610f353d8d602c3192f9edc03669ab792056f7da (patch) | |
| tree | d354896740f875d0671d7600e414262c91de97bf /test | |
| parent | 9cd5fb6f38b95edb70841071007d5ec85b8e0ea8 (diff) | |
use cache to store skip board in hil ci
Diffstat (limited to 'test')
| -rwxr-xr-x | test/hil/hil_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hil/hil_test.py b/test/hil/hil_test.py index 2e6840a6d..fc8255f1b 100755 --- a/test/hil/hil_test.py +++ b/test/hil/hil_test.py @@ -583,7 +583,7 @@ device_tests = [ 'device/dfu_runtime', 'device/cdc_msc_freertos', 'device/hid_boot_interface', - # 'device/mtp' + 'device/mtp' ] dual_tests = [ |
