summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-07-19 12:12:26 +0700
committerhathach <[email protected]>2024-07-19 12:23:04 +0700
commitb35173b5b0051e4e2d168918b2e5e14604725888 (patch)
tree80704ca8b8caca26da9a351faab577b7e03c4165
parent7e7a38b97d6f8abbdff029c6bf24c52bf53f5910 (diff)
skip msc tests for ra due to existing bug
-rw-r--r--test/hil/hil_test.py2
-rw-r--r--test/hil/rpi.json2
2 files changed, 3 insertions, 1 deletions
diff --git a/test/hil/hil_test.py b/test/hil/hil_test.py
index 8f0a8c93a..158841687 100644
--- a/test/hil/hil_test.py
+++ b/test/hil/hil_test.py
@@ -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:
diff --git a/test/hil/rpi.json b/test/hil/rpi.json
index 44edb7de0..98d576db8 100644
--- a/test/hil/rpi.json
+++ b/test/hil/rpi.json
@@ -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"