Removed Semihost tests from FRDM devices - to check why they fail

pull/493/head
Przemek Wirkus 2014-09-11 14:40:04 +01:00
parent ffa4168e11
commit 40b776133b
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ TESTS = [
"source_dir": join(TEST_DIR, "mbed", "semihost"), "source_dir": join(TEST_DIR, "mbed", "semihost"),
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB], "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
"automated": True, "automated": True,
"mcu": ["LPC1768", "LPC2368", "LPC11U24", "KL05Z", "KL25Z", "KL46Z"] "mcu": ["LPC1768", "LPC2368", "LPC11U24"]
}, },
{ {
"id": "MBED_23", "description": "Ticker Int us", "id": "MBED_23", "description": "Ticker Int us",