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

tests/net/gcoap_fileserver: disable test on CI

Recently this test is failing pretty often.
As there are currently no resources to debug this, disable the test to
keep CI running.
This commit is contained in:
Benjamin Valentin 2023-08-23 14:51:45 +02:00
parent f1df27b381
commit 57099c309a

View File

@ -21,10 +21,12 @@ USEMODULE += vfs_auto_format
USEMODULE += hashes
USEMODULE += shell_cmd_md5sum
# This integration test uncovers a bug somwehere in our stack, but there
# are currently no resources to debug it, so blacklist it to keep CI running
TEST_ON_CI_BLACKLIST += all
# 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
# TEST_ON_CI_WHITELIST += native
# use small blocksize for test to increase chance for errors
CFLAGS += -DCONFIG_NANOCOAP_BLOCKSIZE_DEFAULT=COAP_BLOCKSIZE_16