skip msc tests for ra due to existing bug

This commit is contained in:
hathach 2024-07-19 12:12:26 +07:00
parent 7e7a38b97d
commit b35173b5b0
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52
2 changed files with 3 additions and 1 deletions

View File

@ -358,7 +358,7 @@ def main():
if 'tests' in item:
test_list = item['tests'] + ['board_test']
else:
test_list = all_tests
test_list = list(all_tests)
# remove skip_tests
if 'tests_skip' in item:

View File

@ -41,6 +41,8 @@
{
"name": "ra4m1_ek",
"uid": "152E163038303131393346E46F26574B",
"tests_skip": ["cdc_msc", "cdc_msc_freertos"],
"comment": "MSC is slow to enumerated #2602",
"flasher": "jlink",
"flasher_sn": "000831174392",
"flasher_args": "-device R7FA4M1AB"