tests: remove useless global board test on ci whitelist

This commit is contained in:
Alexandre Abadie 2019-09-16 19:02:02 +02:00
parent 0ae86d7775
commit 43717c7b2b
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 0 additions and 4 deletions

View File

@ -27,6 +27,4 @@ USEMODULE += crypto
USEMODULE += cipher_modes USEMODULE += cipher_modes
CFLAGS += -DCRYPTO_THREEDES CFLAGS += -DCRYPTO_THREEDES
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include

View File

@ -3,8 +3,6 @@ include ../Makefile.tests_common
USEMODULE += shell USEMODULE += shell
TEST_ON_CI_WHITELIST += all
# Disable shell echo and prompt to not have them in the way for testing # Disable shell echo and prompt to not have them in the way for testing
CFLAGS += -DSHELL_NO_ECHO=1 -DSHELL_NO_PROMPT=1 CFLAGS += -DSHELL_NO_ECHO=1 -DSHELL_NO_PROMPT=1