From 1ce264ecdc1facb932efa53f3cbdf8fea45e9727 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 6 Mar 2021 08:24:26 -0500 Subject: [PATCH] samples: userspace: enable shared_mem on x86_64 was excluded due to now resolved issues, so re-enable test. Signed-off-by: Anas Nashif --- samples/userspace/shared_mem/sample.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/userspace/shared_mem/sample.yaml b/samples/userspace/shared_mem/sample.yaml index faa596bf5ad..b646a52ca74 100644 --- a/samples/userspace/shared_mem/sample.yaml +++ b/samples/userspace/shared_mem/sample.yaml @@ -13,6 +13,5 @@ common: - "MSG" tests: sample.kernel.memory_protection.shared_mem: - # x86_64 excluded due to #29594 and #28105 - filter: CONFIG_ARCH_HAS_USERSPACE and not CONFIG_X86_64 + filter: CONFIG_ARCH_HAS_USERSPACE platform_exclude: twr_ke18f