boards: xenvm: ignore userspace tests

Ignore userspace tag completely. Disabling USERSPACE in board kconfig is
not right, this will always be overidden by the application and we will
have build failures. The HW supports userspace and most filters in tests
depend on this capability.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2024-03-12 20:52:30 +00:00
commit 4f3db943b9
3 changed files with 6 additions and 3 deletions

View file

@ -7,3 +7,6 @@ toolchain:
- cross-compile
ram: 16384
vendor: xen
testing:
ignore_tags:
- userspace