Skip to content

Commit 52b4c39

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
EXAMPLES: temporarily turn off the complie test for sub example
1 parent 88d5079 commit 52b4c39

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tools/test/examples/examples.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"targets" : ["K66F", "NUCLEO_F429ZI"],
4545
"toolchains" : ["GCC_ARM", "ARM"],
4646
"exporters": [],
47-
"compile" : true,
48-
"export": true,
47+
"compile" : false,
48+
"export": false,
4949
"test" : false,
5050
"baud_rate": 9600,
5151
"compare_log": [
@@ -74,7 +74,7 @@
7474
"targets" : ["NRF51_DK", "NRF52_DK", "K66F", "NUCLEO_F401RE"],
7575
"toolchains" : [],
7676
"exporters": [],
77-
"compile" : true,
77+
"compile" : false,
7878
"export": false,
7979
"test" : false,
8080
"auto-update" : true
@@ -351,9 +351,9 @@
351351
"targets" : ["K64F"],
352352
"toolchains" : [],
353353
"exporters": [],
354-
"compile" : true,
355-
"export": true,
356-
"test" : true,
354+
"compile" : false,
355+
"export": false,
356+
"test" : false,
357357
"baud_rate": 9600,
358358
"compare_log": ["mbed-os-example-mbed-crypto/tests/getting-started.log"],
359359
"auto-update" : true

0 commit comments

Comments
 (0)