Skip to content

Commit 0a3adb6

Browse files
committed
Merge pull request #1429 from bridadan/remove-wfi-automated-test
Removed WFI test from automated tests
2 parents 33558d3 + e981ec0 commit 0a3adb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workspace_tools/tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@
583583
"id": "MBED_36", "description": "WFI correct behavior",
584584
"source_dir": join(TEST_DIR, "mbed", "wfi"),
585585
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
586-
"automated": True
586+
"automated": False
587587
},
588588
{
589589
"id": "MBED_37", "description": "Serial NC RX",
@@ -1049,7 +1049,7 @@
10491049
"automated": True,
10501050
#"host_test" : "detect_auto",
10511051
},
1052-
1052+
10531053
]
10541054

10551055
# Group tests with the same goals into categories

0 commit comments

Comments
 (0)