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:
parent
1f11843623
commit
084c6f739d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user