Skip to content

Commit 7f5cb11

Browse files
committed
tests/gcoap_fileserver: only enable test with GCC
We see a lot of failures on this on CI with LLVM. Blacklist the LLVM build until someone manages to find out what the problem is.
1 parent fff3dc4 commit 7f5cb11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/net/gcoap_fileserver/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ USEMODULE += shell_cmd_md5sum
2323

2424
# automated test only works on native
2525
TEST_ON_CI_WHITELIST += native
26+
# FIXME: for some reason the test fails very often when built with clang
27+
TOOLCHAINS_BLACKLIST += llvm
2628

2729
# use small blocksize for test to increase chance for errors
2830
CFLAGS += -DCONFIG_NANOCOAP_BLOCKSIZE_DEFAULT=COAP_BLOCKSIZE_16

0 commit comments

Comments
 (0)