tests: debug/thread_analyzer: Fix platform filter

Today the thread analyzer depends on !ARCH_POSIX,
so this filter needs to filter any board for this architecture
not just native_sim.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-08-10 09:21:20 +02:00 committed by Alberto Escolar
commit 40eae69e58

View file

@ -5,9 +5,9 @@ common:
tags:
- debug
- thread_analyzer
platform_exclude:
# native_sim prints nothing from thread analyzer so skips it for now.
- native_sim
arch_exclude:
# The thread analyzer depends on !ARCH_POSIX
- posix
tests:
debug.thread_analyzer.printk:
extra_configs: