Merge pull request #1429 from bridadan/remove-wfi-automated-test

Removed WFI test from automated tests
pull/1434/head
Martin Kojtal 2015-11-17 09:44:23 +00:00
commit 0a3adb66dc
1 changed files with 2 additions and 2 deletions

View File

@ -583,7 +583,7 @@ TESTS = [
"id": "MBED_36", "description": "WFI correct behavior",
"source_dir": join(TEST_DIR, "mbed", "wfi"),
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
"automated": True
"automated": False
},
{
"id": "MBED_37", "description": "Serial NC RX",
@ -1049,7 +1049,7 @@ TESTS = [
"automated": True,
#"host_test" : "detect_auto",
},
]
# Group tests with the same goals into categories