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>
This commit is contained in:
parent
799f37b421
commit
2643e8d62d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
kernel.mutex:
|
kernel.mutex_error_case:
|
||||||
filter: CONFIG_ARCH_HAS_USERSPACE
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
||||||
tags: kernel userspace ignore_faults
|
tags: kernel userspace ignore_faults
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue