1# Excludes m2gl025_miv, which is based on the renode simulator.  This
2# is very slow for CPU-bound tests like this, taking upwards of 10
3# minutes (vs. ~20 seconds for qemu) to complete in CI.  There's
4# little value there, this is a unit test of library code and we have
5# coverage of the RISC-V architectures via qemu platforms already.
6# Excludes qemu_xtensa/dc233c due to pathological runtimes which cannot be
7# reproduced on real hardware.
8tests:
9  libraries.heap:
10    tags: heap
11    platform_exclude:
12      - m2gl025_miv
13      - qemu_xtensa/dc233c
14      - esp32s2_saola
15      - esp32s2_lolin_mini
16    timeout: 480
17    integration_platforms:
18      - native_sim
19      - qemu_x86
20