change test order (no cdc or msc back to back).

This commit is contained in:
hathach 2024-11-13 17:34:22 +07:00
parent 3ee3658dad
commit 202aaa49ad
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52

View File

@ -494,12 +494,13 @@ def test_device_hid_composite_freertos(id):
# Main # Main
# ------------------------------------------------------------- # -------------------------------------------------------------
# device tests # device tests
# note don't test 2 examples with cdc or 2 msc next to each other
device_tests = [ device_tests = [
'device/cdc_dual_ports', 'device/cdc_dual_ports',
'device/cdc_msc',
'device/dfu', 'device/dfu',
'device/cdc_msc_freertos', # don't test 2 cdc_msc next to each other 'device/cdc_msc',
'device/dfu_runtime', 'device/dfu_runtime',
'device/cdc_msc_freertos',
'device/hid_boot_interface', 'device/hid_boot_interface',
] ]