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:
parent
86a1cc78c2
commit
010e35850e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue