From e981ec0cc64513456b777576fe26b6004d5dd4e0 Mon Sep 17 00:00:00 2001 From: Brian Daniels Date: Mon, 16 Nov 2015 11:46:42 -0600 Subject: [PATCH] Removed WFI test from automated tests --- workspace_tools/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workspace_tools/tests.py b/workspace_tools/tests.py index e71118c0f4..36888fc174 100644 --- a/workspace_tools/tests.py +++ b/workspace_tools/tests.py @@ -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