This test takes a pathologically long time to run. The PR this is part of takes 10x as long to run the test as it did before. Such behavior cannot be reproduced on real Xtensa hardware, where the test completes on an Intel S1000 in 4 seconds. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
14 lines
580 B
YAML
14 lines
580 B
YAML
# Excludes m2gl025_miv, which is based on the renode simulator. This
|
|
# is very slow for CPU-bound tests like this, taking upwards of 10
|
|
# minutes (vs. ~20 seconds for qemu) to complete in CI. There's
|
|
# little value there, this is a unit test of library code and we have
|
|
# coverage of the RISC-V architectures via qemu platforms already.
|
|
# Excludes qemu_xtensa due to pathological runtimes which cannot be
|
|
# reproduced on real hardware.
|
|
tests:
|
|
lib.heap:
|
|
tags: heap
|
|
platform_exclude: m2gl025_miv qemu_riscv32 qemu_xtensa
|
|
filter: not CONFIG_SOC_NSIM
|
|
timeout: 240
|