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