From 57edf289eaa2de10da35b34a2710fa255f2746d8 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Tue, 31 Oct 2023 00:04:15 +0100 Subject: [PATCH] stm32/tests: disable stop test. --- ci.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci.sh b/ci.sh index eac4d371..5c69d3a2 100755 --- a/ci.sh +++ b/ci.sh @@ -218,6 +218,9 @@ cargo batch \ rm out/tests/stm32wb55rg/wpan_mac rm out/tests/stm32wb55rg/wpan_ble +# unstable +rm out/tests/stm32f429zi/stop + # unstable, I think it's running out of RAM? rm out/tests/stm32f207zg/eth