Disable ping_nic_router test on linux

The test depends on working DHCP for the uplink currently.
This commit is contained in:
Christian Helmuth 2019-02-19 15:34:06 +01:00
parent 30b47eab37
commit 5fa0de95f6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ proc gpio_drv { } { if {[have_spec rpi] && [have_spec hw]} { return hw_gpio_drv
lappend_if [have_spec gpio] build_components drivers/gpio
if {[have_spec foc] || [have_spec odroid_xu] ||
if {[have_spec foc] || [have_spec odroid_xu] || [have_spec linux] ||
[expr [have_spec imx53] && [have_spec trustzone]]} {
puts "Run script is not supported on this platform."
exit 0