Skip to content

Commit

Permalink
tests: Thread-Metric: Filter properly native targets
Browse files Browse the repository at this point in the history
There is more native targets than native_sim and native_posix.
Let's exclude them all by architecture.

Signed-off-by: Alberto Escolar Piedras <[email protected]>
  • Loading branch information
aescolar authored and nashif committed Nov 19, 2024
1 parent 2efc859 commit 93c0321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/benchmarks/thread_metric/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ common:
- benchmark
# Native platforms excluded as timer interrupts may not be detected
# qemu_nios2 excluded as it is slow
arch_exclude:
- posix
platform_exclude:
- native_posix
- native_sim
- qemu_nios2
integration_platforms:
- qemu_x86
Expand Down

0 comments on commit 93c0321

Please sign in to comment.