From 7a1f2cd9b17e69e9725d418bbdcbda91f160f86e Mon Sep 17 00:00:00 2001 From: Przemek Wirkus Date: Wed, 3 Sep 2014 11:22:06 +0100 Subject: [PATCH] Disabled STL and CString test --- 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 fc966e0afb..d90f683d2b 100644 --- a/workspace_tools/tests.py +++ b/workspace_tools/tests.py @@ -92,7 +92,7 @@ TESTS = [ "id": "MBED_A3", "description": "C++ STL", "source_dir": join(TEST_DIR, "mbed", "stl"), "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB], - "automated": True, + "automated": False, }, { "id": "MBED_A4", "description": "I2C TMP102", @@ -515,7 +515,7 @@ TESTS = [ "source_dir": join(TEST_DIR, "mbed", "cstring"), "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB], "duration": 10, - "automated": True, + "automated": False, }, # CMSIS RTOS tests