zephyr/tests/kernel/mutex/mutex_error_case/testcase.yaml
Lixin Guo 2643e8d62d tests: mutex: fix improper test identifier
The test identifier of mutex error case in testcase.yaml is
exactly the same as mutex api's test identifier.
So I fix this.

Signed-off-by: Lixin Guo <lixinx.guo@intel.com>
2021-10-20 10:19:18 -04:00

5 lines
113 B
YAML

tests:
kernel.mutex_error_case:
filter: CONFIG_ARCH_HAS_USERSPACE
tags: kernel userspace ignore_faults