From e5942e621d554941b30950e8cab612935883dc3e Mon Sep 17 00:00:00 2001 From: Qinghao Shi Date: Thu, 17 Oct 2019 01:10:24 +0100 Subject: [PATCH] EXAMPLES: temporarily turn off the complie test for sub example --- tools/test/examples/examples.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index a2891679c7..ec77efb479 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -44,8 +44,8 @@ "targets" : ["K66F", "NUCLEO_F429ZI"], "toolchains" : ["GCC_ARM", "ARM"], "exporters": [], - "compile" : true, - "export": true, + "compile" : false, + "export": false, "test" : false, "baud_rate": 9600, "compare_log": [ @@ -74,7 +74,7 @@ "targets" : ["NRF51_DK", "NRF52_DK", "K66F", "NUCLEO_F401RE"], "toolchains" : [], "exporters": [], - "compile" : true, + "compile" : false, "export": false, "test" : false, "auto-update" : true @@ -351,9 +351,9 @@ "targets" : ["K64F"], "toolchains" : [], "exporters": [], - "compile" : true, - "export": true, - "test" : true, + "compile" : false, + "export": false, + "test" : false, "baud_rate": 9600, "compare_log": ["mbed-os-example-mbed-crypto/tests/getting-started.log"], "auto-update" : true