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:
parent
b519041948
commit
4f3db943b9
3 changed files with 6 additions and 3 deletions
|
@ -7,3 +7,6 @@ toolchain:
|
|||
- cross-compile
|
||||
ram: 16384
|
||||
vendor: xen
|
||||
testing:
|
||||
ignore_tags:
|
||||
- userspace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue