tests: Thread-Metric: Fix filter description

Correct the description of why we exclude the POSIX arch

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-11-19 14:33:16 +01:00 committed by Anas Nashif
commit f79d879d50

View file

@ -2,10 +2,12 @@ common:
tags:
- kernel
- benchmark
# Native platforms excluded as timer interrupts may not be detected
# qemu_nios2 excluded as it is slow
# Native platforms excluded as they are not relevant: These benchmarks run some kernel primitives
# in a loop during a predefined time counting how many times they execute. But in the POSIX arch,
# time does not pass while the CPU executes. So the benchmark just appears as if hung.
arch_exclude:
- posix
# qemu_nios2 excluded as it is slow
platform_exclude:
- qemu_nios2
integration_platforms: