From a211cf16a90ea9e29f26c80a7502dbc9b2bdb6d8 Mon Sep 17 00:00:00 2001 From: Qinghao Shi Date: Fri, 25 Oct 2019 17:33:27 +0100 Subject: [PATCH] EXAMPLES: temporarily turn off build for NFC examples --- tools/test/examples/examples.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index ec77efb479..d60ff71daf 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -370,8 +370,8 @@ "targets" : ["NUCLEO_F401RE", "DISCO_L475VG_IOT01A"], "toolchains" : [], "exporters": [], - "compile" : true, - "export": true, + "compile" : false, + "export": false, "test" : false, "auto-update" : true },