From b789a6a9db73cabbce9b53eaa3169ffabbac6b15 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Fri, 30 Sep 2016 13:38:58 -0500 Subject: [PATCH] Removed examples tests for BLE As mbed-events is being brought into the mbed-os tree, the examples using the external mbed-events library will fail due to duplicate definitions. The tests for BLE examples will be readded after the examples are updated to only use the mbed-events library in the mbed-os tree. --- tools/test/examples/examples.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index c45d2feecb..0e7a99924e 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -1,9 +1,5 @@ { "https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-blinky" : {}, - "https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-Beacon" : - {"features": ["BLE"]}, - "https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-HeartRate" : - {"features": ["BLE"]}, "https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-mesh-minimal" : {"features": ["IPV6"]}, "https://github.com/ARMmbed/mbed-os-example-client" : {"features": ["IPV6"]},