From 3addde53777b489a901b1cecf1ff43ef4ddb4569 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 9 Oct 2019 18:19:27 +0200 Subject: [PATCH] examples/suit_update: disable CI test for now --- examples/suit_update/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/suit_update/Makefile b/examples/suit_update/Makefile index 09f8dc9777..93fddffc13 100644 --- a/examples/suit_update/Makefile +++ b/examples/suit_update/Makefile @@ -87,6 +87,11 @@ endif # files here so they will be submitted along with the test jobs. TEST_EXTRA_FILES += $(SLOT_RIOT_ELFS) $(SUIT_SEC) $(SUIT_PUB) +# Due to issues with source address selection, this test currently might not +# run reliably on CI. +# See #12404, #12408. +TEST_ON_CI_BLACKLIST += all + include $(RIOTBASE)/Makefile.include .PHONY: host-tools