tests/lib/heap: Disable renode emulator platform

The renode emulator is REALLY slow on this test, what completes in 20
seconds on qemu takes 4-10 minutes on renode.  That's causing trouble
in CI.

And this is a CPU-bound unit test of library code, where we have
coverage for riscv32 via qemu anyway.  There's no value to having
better platform emulation here.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
Andy Ross 2020-04-09 08:35:59 -07:00 committed by Andrew Boie
commit f1e4a71751

View file

@ -1,3 +1,9 @@
# 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.
tests:
lib.heap:
tags: heap
platform_exclude: m2gl025_miv