1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 07:51:19 +01:00

tests/gnrc: disable tests that need setup and root

Disable running tests that need a setup and run with root as they cannot
currently be run in CI.
This commit is contained in:
Gaëtan Harter 2019-06-12 18:33:56 +02:00
parent 12d4b71c31
commit f7176f425f
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B
3 changed files with 12 additions and 3 deletions

View File

@ -44,7 +44,10 @@ USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps
# TEST_ON_CI_WHITELIST += all
TEST_ON_CI_WHITELIST += all
# The test requires some setup and to be run as root
# So it cannot currently be run
TEST_ON_CI_BLACKLIST += all
.PHONY: ethos

View File

@ -48,7 +48,10 @@ USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps
# TEST_ON_CI_WHITELIST += all
TEST_ON_CI_WHITELIST += all
# The test requires some setup and to be run as root
# So it cannot currently be run
TEST_ON_CI_BLACKLIST += all
.PHONY: ethos

View File

@ -49,7 +49,10 @@ ifeq ($(BOARD),$(filter $(BOARD),$(LOW_MEMORY_BOARDS)))
-DNRC_IPV6_NIB_OFFL_NUMOF=1
endif
# TEST_ON_CI_WHITELIST += all
TEST_ON_CI_WHITELIST += all
# The test requires some setup and to be run as root
# So it cannot currently be run
TEST_ON_CI_BLACKLIST += all
.PHONY: ethos