Skip to content

Commit

Permalink
tests: lib: heap: exclude qemu_riscv32 platform
Browse files Browse the repository at this point in the history
This CPU-bound test on qemu_riscv32 platform is very slow when
QEMU icount mode enabled, taking upwards of several minutes.
There's little value here, this is a unit test of library code
and we have coverage of the RISC-V 32 bit arch via hifive1.

Signed-off-by: Wentong Wu <[email protected]>
  • Loading branch information
wentongwu authored and carlescufi committed May 14, 2020
1 parent 0b2e633 commit b872437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/heap/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
tests:
lib.heap:
tags: heap
platform_exclude: m2gl025_miv
platform_exclude: m2gl025_miv qemu_riscv32

0 comments on commit b872437

Please sign in to comment.