aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-10-30 23:17:53 +0000
committerGitHub <[email protected]>2023-10-30 23:17:53 +0000
commitca283eed0c80250a615aa5969e4d8862b1164a4a (patch)
treeec8d5831a3b141ed10195d22b0362e7df27560ac
parentb6fc682117a41e8e63a9632e06da5a17f46d9ab0 (diff)
parent57edf289eaa2de10da35b34a2710fa255f2746d8 (diff)
Merge pull request #2126 from embassy-rs/disable-stop-test
stm32/tests: disable stop test.
-rwxr-xr-xci.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index eac4d3711..5c69d3a29 100755
--- a/ci.sh
+++ b/ci.sh
@@ -218,6 +218,9 @@ cargo batch \
218rm out/tests/stm32wb55rg/wpan_mac 218rm out/tests/stm32wb55rg/wpan_mac
219rm out/tests/stm32wb55rg/wpan_ble 219rm out/tests/stm32wb55rg/wpan_ble
220 220
221# unstable
222rm out/tests/stm32f429zi/stop
223
221# unstable, I think it's running out of RAM? 224# unstable, I think it's running out of RAM?
222rm out/tests/stm32f207zg/eth 225rm out/tests/stm32f207zg/eth
223 226