zephyr/samples/userspace/shared_mem/sample.yaml
Anas Nashif d55a09ff05 samples: shared_mem: exclude qemu_x86_64
This sample keeps failing in CI due to some SMP issues currently being
addressed. Exclude until we have a fix.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-01-28 10:38:10 -05:00

17 lines
389 B
YAML

sample:
description: userspace memory domain protection
example application
name: protected memory
common:
tags: userspace
harness: console
harness_config:
type: one_line
regex:
- "MSG"
tests:
sample.kernel.memory_protection.shared_mem:
filter: CONFIG_ARCH_HAS_USERSPACE
# Until #21317 is fixed
platform_exclude: twr_ke18f qemu_x86_64