Skip to content

Commit bafdafc

Browse files
author
Jammu Kekkonen
committed
disable testing on ublox and nucleo f411re
1 parent 8fd9f3d commit bafdafc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

mbed_app.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@
106106
"storage_filesystem.filesystem" : "LITTLE",
107107
"storage_filesystem.blockdevice" : "SD",
108108
"target.lse_available" : 0,
109-
"target.macros_remove" : ["MBEDTLS_CONFIG_HW_SUPPORT"],
110-
"run-ci" : 2
109+
"target.macros_remove" : ["MBEDTLS_CONFIG_HW_SUPPORT"]
111110
},
112111
"UBLOX_C030_U201": {
113112
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""],
@@ -184,8 +183,7 @@
184183
"esp8266.rst" : "PA_7",
185184
"esp8266.rts" : "PA_12",
186185
"esp8266.cts" : "PA_11",
187-
"esp8266.provide-default" : true,
188-
"run-ci" : 2
186+
"esp8266.provide-default" : true
189187
},
190188
"NUMAKER_IOT_M487": {
191189
"target.extra_labels_add" : ["PSA"],

0 commit comments

Comments
 (0)