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 <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2020-04-11 22:18:50 +09:00 committed by Ioannis Glaropoulos
parent 2d6194170b
commit a426175e00

View File

@ -11,7 +11,3 @@ ram: 65536
flash: 32768
testing:
default: true
ignore_tags:
- benchmark
- memory_protection
- userspace