Skip to content

Commit b8cc598

Browse files
authored
Merge pull request #2036 from screamerbg/fix-tests1
[Testing] Disable test MBED_39 being commonly failed test
2 parents 986ed4f + 51157ba commit b8cc598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@
657657
"id": "MBED_39", "description": "Serial Complete",
658658
"source_dir": join(TEST_DIR, "mbed", "serial_complete"),
659659
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
660-
"automated": True
660+
"automated": False
661661
},
662662

663663
# CMSIS RTOS tests

0 commit comments

Comments
 (0)