aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-10-31 00:04:15 +0100
committerDario Nieuwenhuis <[email protected]>2023-10-31 00:04:15 +0100
commit57edf289eaa2de10da35b34a2710fa255f2746d8 (patch)
treeec8d5831a3b141ed10195d22b0362e7df27560ac /ci.sh
parentb6fc682117a41e8e63a9632e06da5a17f46d9ab0 (diff)
stm32/tests: disable stop test.
Diffstat (limited to 'ci.sh')
-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