Skip to content

Commit 073658e

Browse files
kjbracey0xc0170
authored andcommitted
Remove Ethernet from NUCLEO_F429ZI test
Pending EMAC driver update, these tests won't compile.
1 parent 774db51 commit 073658e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/test_configs/target_configs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test_configurations": ["HEAPBLOCKDEVICE_AND_ETHERNET", "ESP8266_WIFI", "ETHERNET"]
1313
},
1414
"NUCLEO_F429ZI": {
15-
"default_test_configuration": "HEAPBLOCKDEVICE_AND_ETHERNET",
16-
"test_configurations": ["HEAPBLOCKDEVICE_AND_ETHERNET"]
15+
"default_test_configuration": "HEAPBLOCKDEVICE",
16+
"test_configurations": ["HEAPBLOCKDEVICE"]
1717
}
1818
}

0 commit comments

Comments
 (0)