After run Sanitycheck script I found out that some test cases have the same test case name in the test result .xml file. To get rid of it, I decided to change test cases names for the kernel tests. Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>
10 lines
392 B
YAML
10 lines
392 B
YAML
tests:
|
|
kernel.tickless.concept:
|
|
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.
|
|
# This test fails on qemu_cortex_m0 consistently. Disable until the
|
|
# root cause is identified.
|
|
platform_exclude: qemu_x86_coverage qemu_cortex_m0
|
|
tags: kernel
|