tests: dynamic_thread: no need to exclude x86 anymore

The heap allocator does honor alignment needs now.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
This commit is contained in:
Nicolas Pitre 2022-03-13 18:52:20 -04:00 committed by Anas Nashif
parent 6d4e3dd611
commit 4f417940ca
1 changed files with 0 additions and 1 deletions

View File

@ -2,4 +2,3 @@ tests:
kernel.threads.dynamic:
tags: kernel threads userspace ignore_faults
filter: CONFIG_ARCH_HAS_USERSPACE
arch_exclude: x86 # see GitHub #17893