Skip to content

Commit f6c93d3

Browse files
committed
Remove automated flag for MBED_29/30 tests
1 parent ead7293 commit f6c93d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/tests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,6 @@
603603
"id": "MBED_29", "description": "CAN network test",
604604
"source_dir": join(TEST_DIR, "mbed", "can"),
605605
"dependencies": [MBED_LIBRARIES],
606-
"automated": True,
607606
"mcu": ["LPC1768", "LPC4088", "LPC1549", "RZ_A1H", "B96B_F446VE", "NUCLEO_F091RC",
608607
"NUCLEO_F072RB", "NUCLEO_F042K6", "NUCLEO_F334R8", "NUCLEO_F303RE",
609608
"NUCLEO_F303K8", "NUCLEO_F302R8", "NUCLEO_F446RE","NUCLEO_F446ZE", "DISCO_F469NI", "NUCLEO_F207ZG",
@@ -614,7 +613,6 @@
614613
"id": "MBED_30", "description": "CAN network test using interrupts",
615614
"source_dir": join(TEST_DIR, "mbed", "can_interrupt"),
616615
"dependencies": [MBED_LIBRARIES],
617-
"automated": True,
618616
"mcu": ["LPC1768", "LPC4088", "LPC1549", "RZ_A1H", "B96B_F446VE", "NUCLEO_F091RC", "NUCLEO_F207ZG",
619617
"NUCLEO_F072RB", "NUCLEO_F042K6", "NUCLEO_F334R8", "NUCLEO_F303RE",
620618
"NUCLEO_F303K8", "NUCLEO_F302R8", "NUCLEO_F446RE", "NUCLEO_F446ZE", "DISCO_F469NI",

0 commit comments

Comments
 (0)