Skip to content

Commit

Permalink
tests: obj_validation: only run if HW supported
Browse files Browse the repository at this point in the history
The test should only run on platforms where CONFIG_USERSPACE
dependencies are met.

Remove the whitelist, the filter will capture the right platforms.

Fixes: zephyrproject-rtos#4050

Signed-off-by: Andrew Boie <[email protected]>
  • Loading branch information
Andrew Boie authored and SebastianBoe committed Oct 18, 2017
1 parent 4c6057c commit 44841eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kernel/mem_protect/obj_validation/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tests:
- test:
tags: core security
arch_whitelist: x86
filter: CONFIG_ARCH_HAS_USERSPACE

0 comments on commit 44841eb

Please sign in to comment.