From 4145c196b7a8ecada506150dbe35b248d005db30 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 11 Mar 2020 11:45:42 +0100 Subject: [PATCH] tests/ssp: blacklist bootloader_arduino feature --- tests/ssp/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/ssp/Makefile b/tests/ssp/Makefile index aaeb933067..eb11ad1871 100644 --- a/tests/ssp/Makefile +++ b/tests/ssp/Makefile @@ -2,6 +2,10 @@ include ../Makefile.tests_common USEMODULE += ssp +# This test intentionally crashes the firmware and when using a board with a +# preflashed bootloader, it cannot be reflashed automatically afterwards. +FEATURES_BLACKLIST += bootloader_arduino + include $(RIOTBASE)/Makefile.include ifneq (,$(shell $(CC) --help=warnings | grep '\-Wstringop-overflow='))