diff --git a/tests/sys_crypto/Makefile b/tests/sys_crypto/Makefile index c8f153885f..b28d26d138 100644 --- a/tests/sys_crypto/Makefile +++ b/tests/sys_crypto/Makefile @@ -27,6 +27,4 @@ USEMODULE += crypto USEMODULE += cipher_modes CFLAGS += -DCRYPTO_THREEDES -TEST_ON_CI_WHITELIST += all - include $(RIOTBASE)/Makefile.include diff --git a/tests/test_tools/Makefile b/tests/test_tools/Makefile index 12a3158a69..da17abbb2d 100644 --- a/tests/test_tools/Makefile +++ b/tests/test_tools/Makefile @@ -3,8 +3,6 @@ include ../Makefile.tests_common USEMODULE += shell -TEST_ON_CI_WHITELIST += all - # Disable shell echo and prompt to not have them in the way for testing CFLAGS += -DSHELL_NO_ECHO=1 -DSHELL_NO_PROMPT=1