tests: dynamic_thread: disable on x86
This doesn't work properly on x86 unless the dynamic thread struct allocated gets lucky and is aligned to 16 bytes. Disabling for now until #17893 is fixed. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
8b107a8829
commit
b7160c0ee4
1 changed files with 1 additions and 0 deletions
|
@ -2,3 +2,4 @@ tests:
|
|||
kernel.threads.dynamic:
|
||||
tags: kernel threads userspace ignore_faults
|
||||
filter: CONFIG_ARCH_HAS_USERSPACE
|
||||
arch_exclude: x86 # see GitHub #17893
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue