1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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.
This commit is contained in:
Gaëtan Harter 2019-06-13 14:12:38 +02:00
parent 1f11843623
commit 084c6f739d
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -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