1tests:
2  kernel.mutex.system:
3    filter: CONFIG_ARCH_HAS_USERSPACE
4    arch_exclude:
5      - posix
6    tags:
7      - kernel
8      - userspace
9      - mutex
10  kernel.mutex.system.nouser:
11    tags:
12      - kernel
13      - mutex
14    extra_configs:
15      - CONFIG_TEST_USERSPACE=n
16