Skip to content

Commit 30209ee

Browse files
Donatien Garniermprse
authored andcommitted
Disable testing with examples using SPI for unsupported targets
1 parent 178e30d commit 30209ee

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

tools/test/examples/examples.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"mbed": [],
130130
"test-repo-source": "github",
131131
"features" : [],
132-
"targets" : ["DISCO_L072CZ_LRWAN1", "MTB_MTS_XDOT", "MTS_MDOT_F411RE"],
132+
"targets" : [],
133133
"toolchains" : [],
134134
"exporters": [],
135135
"compile" : true,
@@ -263,10 +263,8 @@
263263
],
264264
"test-repo-source": "github",
265265
"features" : [],
266-
"targets" : ["DISCO_F469NI", "DISCO_F746NG", "K66F",
267-
"NUCLEO_F429ZI", "NUCLEO_F439ZI", "NUCLEO_F746ZG",
268-
"NUCLEO_F756ZG", "NUCLEO_F767ZI",
269-
"NUMAKER_PFM_NUC472", "UBLOX_EVK_ODIN_W2"],
266+
"targets" : ["K66F",
267+
"NUCLEO_F429ZI"],
270268
"toolchains" : [],
271269
"exporters": [],
272270
"compile" : true,
@@ -281,7 +279,7 @@
281279
],
282280
"test-repo-source": "github",
283281
"features" : [],
284-
"targets" : ["K64F", "NUCLEO_F429ZI", "UBLOX_EVK_ODIN_W2"],
282+
"targets" : ["NUCLEO_F429ZI"],
285283
"toolchains" : [],
286284
"exporters": [],
287285
"compile" : true,
@@ -309,7 +307,7 @@
309307
],
310308
"test-repo-source": "mbed",
311309
"features" : [],
312-
"targets" : ["NUCLEO_F401RE", "DISCO_L475VG_IOT01A"],
310+
"targets" : [],
313311
"toolchains" : [],
314312
"exporters": [],
315313
"compile" : true,
@@ -322,7 +320,7 @@
322320
"mbed": [],
323321
"test-repo-source": "github",
324322
"features" : [],
325-
"targets" : ["K64F"],
323+
"targets" : [],
326324
"toolchains" : [],
327325
"exporters": [],
328326
"compile" : true,

0 commit comments

Comments
 (0)