Skip to content

Commit f415724

Browse files
cfriedtnashif
authored andcommitted
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 zephyrproject-rtos#82059 is fixed. Signed-off-by: Chris Friedt <[email protected]>
1 parent 55e642c commit f415724

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/posix/common/testcase.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ tests:
7575
- CONFIG_THREAD_STACK_INFO=n
7676
portability.posix.common.userspace:
7777
filter: CONFIG_ARCH_HAS_USERSPACE
78+
# Temporarily disabled due to #82059
79+
platform_exclude:
80+
- qemu_arc/qemu_arc_em
7881
tags:
7982
- userspace
8083
extra_configs:

0 commit comments

Comments
 (0)