From 341590545ac80b7a2abd9902b7f10d577323ccde Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Fri, 22 Sep 2023 10:58:48 +0000 Subject: [PATCH] tests: kernel: xip: exclude qemu_riscv32_xip This board seems to have issue with data alignemnt after 843f66f and is failing in CI. Exclude it while the problem is investigated. Signed-off-by: Fabio Baltieri --- tests/kernel/xip/testcase.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/kernel/xip/testcase.yaml b/tests/kernel/xip/testcase.yaml index 0992d21906475f..82cd883b6bcdf7 100644 --- a/tests/kernel/xip/testcase.yaml +++ b/tests/kernel/xip/testcase.yaml @@ -7,6 +7,8 @@ tests: integration_platforms: - qemu_arc_em - qemu_x86_xip + platform_exclude: + - qemu_riscv32_xip # See issue #62975 arch.common.xip.minimallibc: filter: CONFIG_XIP and CONFIG_MINIMAL_LIBC_SUPPORTED tags: @@ -15,5 +17,7 @@ tests: integration_platforms: - qemu_arc_em - qemu_x86_xip + platform_exclude: + - qemu_riscv32_xip # See issue #62975 extra_configs: - CONFIG_MINIMAL_LIBC=y