From f41572483113b538758d77ddcfaf578f09725c50 Mon Sep 17 00:00:00 2001 From: Chris Friedt Date: Tue, 26 Nov 2024 09:34:58 -0500 Subject: [PATCH] tests: posix: common: userspace: temporarily disable qemu_arc_em This build would fail in CI for reasons that are not obvious. ``` west twister -i -p qemu_arc/qemu_arc_em \ -s tests/posix/common/portability.posix.common.userspace scripts/build/gen_kobject_placeholders.py did not reserve \ enough space for kobject rodata. ``` It's the only platform that fails this way. Exclude it from this test temporarily until #82059 is fixed. Signed-off-by: Chris Friedt --- tests/posix/common/testcase.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/posix/common/testcase.yaml b/tests/posix/common/testcase.yaml index 0b3ab9db419..91d26848183 100644 --- a/tests/posix/common/testcase.yaml +++ b/tests/posix/common/testcase.yaml @@ -75,6 +75,9 @@ tests: - CONFIG_THREAD_STACK_INFO=n portability.posix.common.userspace: filter: CONFIG_ARCH_HAS_USERSPACE + # Temporarily disabled due to #82059 + platform_exclude: + - qemu_arc/qemu_arc_em tags: - userspace extra_configs: