Skip to content

Commit d96d468

Browse files
committed
skip mtp in hil test, it seems not stable and failed too often
1 parent fd9d43d commit d96d468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hil/hil_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ def test_device_mtp(board):
584584
'device/dfu_runtime',
585585
'device/cdc_msc_freertos',
586586
'device/hid_boot_interface',
587-
'device/mtp'
587+
# 'device/mtp'
588588
]
589589

590590
dual_tests = [

0 commit comments

Comments
 (0)