Skip to content

Commit

Permalink
tests: tickless_concept: disable for coverage
Browse files Browse the repository at this point in the history
This test is already flaky, but becomes even flakier when
coverage is enabled.

Disable until we put a stake through the QEMU timing issues
being worked on in zephyrproject-rtos#14173.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
  • Loading branch information
Andrew Boie committed Jun 6, 2019
1 parent 9f11cda commit 5a8a62a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/kernel/tickless/tickless_concept/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
tests:
kernel.tickless:
arch_exclude: riscv32 nios2
# FIXME: This test fails sporadically on all QEMU platforms, but fails
# consistently when coverage is enabled. Disable until 14173 is fixed.
platform_exclude: qemu_x86_coverage
tags: kernel

0 comments on commit 5a8a62a

Please sign in to comment.