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:
Andrew Boie 2019-11-21 16:20:53 -08:00 committed by Anas Nashif
commit b7160c0ee4

View file

@ -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