From 618a3a2344d4709da025f14b2f1bd4845b98f479 Mon Sep 17 00:00:00 2001 From: Tim Fischer Date: Tue, 16 Jul 2024 16:04:24 +0200 Subject: [PATCH] test: Remove empty test configuration in `run.yaml` --- target/snitch_cluster/sw/run.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/snitch_cluster/sw/run.yaml b/target/snitch_cluster/sw/run.yaml index 0eb9c39a2b..45af517b1a 100644 --- a/target/snitch_cluster/sw/run.yaml +++ b/target/snitch_cluster/sw/run.yaml @@ -11,8 +11,6 @@ runs: - elf: tests/build/data_mover.elf - elf: tests/build/dma_empty_transfer.elf - elf: tests/build/dma_simple.elf - - elf: tests/build/dma_mchan.elf - simulators: [] - elf: tests/build/event_unit.elf - elf: tests/build/fence_i.elf - elf: tests/build/fp8_comparison_scalar.elf