Remove Ethernet from NUCLEO_F429ZI test

Pending EMAC driver update, these tests won't compile.
pull/6847/head
Kevin Bracey 2018-01-31 17:24:30 +02:00
parent 6930c6d3cf
commit d831bcb514
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
"test_configurations": ["HEAPBLOCKDEVICE_AND_ETHERNET", "ESP8266_WIFI", "ETHERNET"]
},
"NUCLEO_F429ZI": {
"default_test_configuration": "HEAPBLOCKDEVICE_AND_ETHERNET",
"test_configurations": ["HEAPBLOCKDEVICE_AND_ETHERNET"]
"default_test_configuration": "HEAPBLOCKDEVICE",
"test_configurations": ["HEAPBLOCKDEVICE"]
}
}