Skip to content

Commit

Permalink
tests/gcoap_fileserver: only enable test with GCC
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
benpicco committed Aug 24, 2023
1 parent fff3dc4 commit 7f5cb11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/net/gcoap_fileserver/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ USEMODULE += shell_cmd_md5sum

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

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

0 comments on commit 7f5cb11

Please sign in to comment.