Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/kernel/threads/thread_error_case/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tests:
- kernel
- threads
- userspace
filter: CONFIG_USERSPACE
filter: CONFIG_ARCH_HAS_USERSPACE
ignore_faults: true
integration_platforms:
- qemu_x86
2 changes: 1 addition & 1 deletion tests/ztest/base/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tests:
integration_platforms:
- native_sim
testing.ztest.base.verbose_0_userspace:
filter: CONFIG_USERSPACE
filter: CONFIG_ARCH_HAS_USERSPACE
extra_args: CONF_FILE=prj_verbose_0.conf
tags:
- userspace
Expand Down
Loading