Skip to content

Commit 93c0321

Browse files
aescolarnashif
authored andcommitted
tests: Thread-Metric: Filter properly native targets
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]>
1 parent 2efc859 commit 93c0321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/benchmarks/thread_metric/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ common:
44
- benchmark
55
# Native platforms excluded as timer interrupts may not be detected
66
# qemu_nios2 excluded as it is slow
7+
arch_exclude:
8+
- posix
79
platform_exclude:
8-
- native_posix
9-
- native_sim
1010
- qemu_nios2
1111
integration_platforms:
1212
- qemu_x86

0 commit comments

Comments
 (0)