diff --git a/tests/kernel/mem_protect/mem_map/testcase.yaml b/tests/kernel/mem_protect/mem_map/testcase.yaml index aaf41156113..0305c6c6efb 100644 --- a/tests/kernel/mem_protect/mem_map/testcase.yaml +++ b/tests/kernel/mem_protect/mem_map/testcase.yaml @@ -5,6 +5,9 @@ common: - mmu tests: kernel.memory_protection.mem_map: + arch_allow: + - arm + - x86 filter: CONFIG_MMU and not CONFIG_X86_64 and not CONFIG_SOC_FAMILY_INTEL_ADSP extra_sections: _TRANSPLANTED_FUNC extra_configs: @@ -18,7 +21,7 @@ tests: kernel.memory_protection.mem_map.x86_64: filter: CONFIG_MMU and CONFIG_X86_64 and not CONFIG_COVERAGE extra_sections: _TRANSPLANTED_FUNC - integration_platforms: + platform_allow: - qemu_x86_64 kernel.memory_protection.mem_map.x86_64.coverage: filter: CONFIG_MMU and CONFIG_X86_64 and CONFIG_COVERAGE