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:
parent
a747d1a747
commit
40eae69e58
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue