We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff3dc4 commit 7f5cb11Copy full SHA for 7f5cb11
tests/net/gcoap_fileserver/Makefile
@@ -23,6 +23,8 @@ USEMODULE += shell_cmd_md5sum
23
24
# automated test only works on native
25
TEST_ON_CI_WHITELIST += native
26
+# FIXME: for some reason the test fails very often when built with clang
27
+TOOLCHAINS_BLACKLIST += llvm
28
29
# use small blocksize for test to increase chance for errors
30
CFLAGS += -DCONFIG_NANOCOAP_BLOCKSIZE_DEFAULT=COAP_BLOCKSIZE_16
0 commit comments