skip msc tests for ra due to existing bug
This commit is contained in:
@@ -358,7 +358,7 @@ def main():
|
|||||||
if 'tests' in item:
|
if 'tests' in item:
|
||||||
test_list = item['tests'] + ['board_test']
|
test_list = item['tests'] + ['board_test']
|
||||||
else:
|
else:
|
||||||
test_list = all_tests
|
test_list = list(all_tests)
|
||||||
|
|
||||||
# remove skip_tests
|
# remove skip_tests
|
||||||
if 'tests_skip' in item:
|
if 'tests_skip' in item:
|
||||||
|
@@ -41,6 +41,8 @@
|
|||||||
{
|
{
|
||||||
"name": "ra4m1_ek",
|
"name": "ra4m1_ek",
|
||||||
"uid": "152E163038303131393346E46F26574B",
|
"uid": "152E163038303131393346E46F26574B",
|
||||||
|
"tests_skip": ["cdc_msc", "cdc_msc_freertos"],
|
||||||
|
"comment": "MSC is slow to enumerated #2602",
|
||||||
"flasher": "jlink",
|
"flasher": "jlink",
|
||||||
"flasher_sn": "000831174392",
|
"flasher_sn": "000831174392",
|
||||||
"flasher_args": "-device R7FA4M1AB"
|
"flasher_args": "-device R7FA4M1AB"
|
||||||
|
Reference in New Issue
Block a user