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='))