From 7b1047f3bcd9e4690ebb124b8c08438904816334 Mon Sep 17 00:00:00 2001
From: Hauke Petersen <hauke.petersen@fu-berlin.de>
Date: Wed, 25 Jan 2017 16:43:56 +0100
Subject: [PATCH] tests/lwip: blacklist nucleo-f072 and wsn430

---
 tests/lwip/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/lwip/Makefile b/tests/lwip/Makefile
index 1320c3fd83..be4dd525f4 100644
--- a/tests/lwip/Makefile
+++ b/tests/lwip/Makefile
@@ -9,7 +9,8 @@ BOARD_BLACKLIST := arduino-mega2560 msb-430h telosb waspmote-pro z1 arduino-uno
                    arduino-duemilanove
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-mega2560 msb-430h nrf6310 \
                              nucleo-f334 pca10005 stm32f0discovery telosb \
-                             weio yunjia-nrf51822 z1 nucleo-f030 wsn430-v1_4
+                             weio yunjia-nrf51822 z1 nucleo-f030 wsn430-v1_4 \
+                             nucleo-f072 wsn430-v1_3b
 
 # including lwip_ipv6_mld would currently break this test on at86rf2xx radios
 USEMODULE += lwip lwip_ipv6_autoconfig lwip_conn_ip lwip_netdev2
-- 
GitLab