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

tests/netstats_l2: disable test run for esp32-wroom-32

This commit is contained in:
Kaspar Schleiser 2020-06-09 13:41:09 +02:00
parent cb11b2d33f
commit 135b7d0d43

View File

@ -20,4 +20,7 @@ USEMODULE += netstats_l2
# open(/dev/net/tun): No such file or directory
TEST_ON_CI_BLACKLIST += native
# sometimes fails on esp32, see #14237.
TEST_ON_CI_BLACKLIST += esp32-wroom-32
include $(RIOTBASE)/Makefile.include