diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-10-31 00:04:15 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-10-31 00:04:15 +0100 |
| commit | 57edf289eaa2de10da35b34a2710fa255f2746d8 (patch) | |
| tree | ec8d5831a3b141ed10195d22b0362e7df27560ac /ci.sh | |
| parent | b6fc682117a41e8e63a9632e06da5a17f46d9ab0 (diff) | |
stm32/tests: disable stop test.
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -218,6 +218,9 @@ cargo batch \ | |||
| 218 | rm out/tests/stm32wb55rg/wpan_mac | 218 | rm out/tests/stm32wb55rg/wpan_mac |
| 219 | rm out/tests/stm32wb55rg/wpan_ble | 219 | rm out/tests/stm32wb55rg/wpan_ble |
| 220 | 220 | ||
| 221 | # unstable | ||
| 222 | rm 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? |
| 222 | rm out/tests/stm32f207zg/eth | 225 | rm out/tests/stm32f207zg/eth |
| 223 | 226 | ||
