From 42731a04cbed1c117ba64f3b87d18cc4dacf987a Mon Sep 17 00:00:00 2001 From: Mathieu Choplain Date: Wed, 22 May 2024 09:00:36 +0200 Subject: [PATCH] tests: subsys: llext: exclude apollo4 platform Exclude the Apollo4 platform from LLEXT tests for now, as they currently break CI due to #72775. Signed-off-by: Mathieu Choplain --- tests/subsys/llext/simple/testcase.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/subsys/llext/simple/testcase.yaml b/tests/subsys/llext/simple/testcase.yaml index 9f9f70a944c..abea52981cb 100644 --- a/tests/subsys/llext/simple/testcase.yaml +++ b/tests/subsys/llext/simple/testcase.yaml @@ -4,6 +4,8 @@ common: - arm - xtensa platform_exclude: + - apollo4p_evb + - apollo4p_blue_kxr_evb - numaker_pfm_m487 # See #63167 - qemu_cortex_r5 # unsupported relocations