From a426175e00a67e9a639e7951a19c60ea03f4f083 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Sat, 11 Apr 2020 22:18:50 +0900 Subject: [PATCH] boards: qemu_cortex_r5: Remove ignore tags for working tests While the Cortex-R arch port does not currently support memory protection and userspace, the `memory_protection` and `userspace` test tags should not be ignored because doing so can unintentionally disable other relevant tests. Signed-off-by: Stephanos Ioannidis --- boards/arm/qemu_cortex_r5/qemu_cortex_r5.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/boards/arm/qemu_cortex_r5/qemu_cortex_r5.yaml b/boards/arm/qemu_cortex_r5/qemu_cortex_r5.yaml index e899883297c..eca3004418b 100644 --- a/boards/arm/qemu_cortex_r5/qemu_cortex_r5.yaml +++ b/boards/arm/qemu_cortex_r5/qemu_cortex_r5.yaml @@ -11,7 +11,3 @@ ram: 65536 flash: 32768 testing: default: true - ignore_tags: - - benchmark - - memory_protection - - userspace