From 1f1184362317fb6590f9bc9aefae623d2b9e110d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Wed, 12 Jun 2019 18:33:56 +0200 Subject: [PATCH] tests/pkg_fatfs_vfs: disable tests that need setup The test need a manual setup that cannot currently be done in CI. --- tests/pkg_fatfs_vfs/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/pkg_fatfs_vfs/Makefile b/tests/pkg_fatfs_vfs/Makefile index 515626c665..962c6c4d5a 100644 --- a/tests/pkg_fatfs_vfs/Makefile +++ b/tests/pkg_fatfs_vfs/Makefile @@ -51,6 +51,11 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove \ 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 image: