From 43717c7b2bb3b274940a8fce46bfe398b2bff5db Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Mon, 16 Sep 2019 19:02:02 +0200 Subject: [PATCH] tests: remove useless global board test on ci whitelist --- tests/sys_crypto/Makefile | 2 -- tests/test_tools/Makefile | 2 -- 2 files changed, 4 deletions(-) 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