tests/pkg_fatfs_vfs: disable tests that need setup

The test need a manual setup that cannot currently be done in CI.
This commit is contained in:
Gaëtan Harter 2019-06-12 18:33:56 +02:00
parent f7176f425f
commit 1f11843623
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -51,6 +51,11 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove \
TEST_DEPS += image TEST_DEPS += image
TEST_ON_CI_WHITELIST += all
# The test requires some manual setup to work
# So it cannot currently be run
TEST_ON_CI_BLACKLIST += all
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
image: image: