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:
parent
a4379d1308
commit
f1e4a71751
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue