tests/kernel: timer_api: Remove build_only tickless variant

'build_only' directive may not be justified here and
prevent to see issue when running the test.

Similarly to non tickless version exclude qemu_x86_coverage
and qemu_cortex_m0 platforms.
It was actually tested failed on qemu_cortex_m0, no error
reported on qemu_x86_coverage, but removed to be safe on that side
as well.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2019-11-21 14:26:49 +01:00 committed by Maureen Helm
commit 010e35850e

View file

@ -3,7 +3,7 @@ tests:
tags: kernel userspace tags: kernel userspace
platform_exclude: qemu_x86_coverage qemu_cortex_m0 platform_exclude: qemu_x86_coverage qemu_cortex_m0
kernel.timer.tickless: kernel.timer.tickless:
build_only: true
extra_args: CONF_FILE="prj_tickless.conf" extra_args: CONF_FILE="prj_tickless.conf"
arch_exclude: riscv32 nios2 posix arch_exclude: riscv32 nios2 posix
platform_exclude: qemu_x86_coverage qemu_cortex_m0
tags: kernel userspace tags: kernel userspace