From 084c6f739dcbd4459bc5bf698f7bb20db95dcde2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Thu, 13 Jun 2019 14:12:38 +0200 Subject: [PATCH] tests/lwip: disable failing test The test fails on both murdock and on my machine due to the process exiting directly. pexpect.exceptions.EOF: End Of File (EOF). Exception style platform. --- tests/lwip/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/lwip/Makefile b/tests/lwip/Makefile index c7e7101b4f..725157c38b 100644 --- a/tests/lwip/Makefile +++ b/tests/lwip/Makefile @@ -34,4 +34,8 @@ ifneq ($(BOARD),native) TESTS= endif +TEST_ON_CI_WHITELIST += all +# test fails on murdock and on my machine due to the process exiting directly +TEST_ON_CI_BLACKLIST += all + include $(RIOTBASE)/Makefile.include