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