Removed WFI test from automated tests

pull/1429/head
Brian Daniels 2015-11-16 11:46:42 -06:00
parent 33558d3a03
commit e981ec0cc6
1 changed files with 2 additions and 2 deletions

View File

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