From 875d9a762d6938b32ad32fc15395961e09a31e6c Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 24 Aug 2023 13:55:39 +0200 Subject: [PATCH] tests/pkg/relic: skip CI testing with samr21-xpro and llvm toolchain --- tests/pkg/relic/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/pkg/relic/Makefile b/tests/pkg/relic/Makefile index 5387a8c1ab..cc8356765b 100644 --- a/tests/pkg/relic/Makefile +++ b/tests/pkg/relic/Makefile @@ -32,6 +32,11 @@ CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(6*THREAD_STACKSIZE_DEFAULT\) USEPKG += relic USEMODULE += embunit +ifeq (llvm,$(TOOLCHAIN)) + # FIXME: automated test is failing on samr21-xpro + TEST_ON_CI_BLACKLIST += samr21-xpro +endif + # -DWSIZE=32 : Specifies the word width of the target system. This is # currently not automatically detected so adjusted to your target # platform.