Skip to content

Commit

Permalink
tests: remove posix from allowed archs
Browse files Browse the repository at this point in the history
This is a simulator platform, remove it from the benchmark.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Dec 9, 2020
1 parent 98cef83 commit 22c1228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmarks/latency_measure/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tests:
benchmark.kernel.latency:
arch_allow: x86 arm posix
arch_allow: x86 arm
# FIXME: no DWT and no RTC_TIMER for qemu_cortex_m0
platform_exclude: qemu_x86_64 qemu_cortex_m0
filter: CONFIG_PRINTK and not CONFIG_SOC_FAMILY_STM32
Expand Down

0 comments on commit 22c1228

Please sign in to comment.