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:
parent
f7176f425f
commit
1f11843623
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user