tests: remove useless global board test on ci whitelist
This commit is contained in:
parent
0ae86d7775
commit
43717c7b2b
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user