Merge pull request #2126 from embassy-rs/disable-stop-test
stm32/tests: disable stop test.
This commit is contained in:
commit
ca283eed0c
1 changed files with 3 additions and 0 deletions
3
ci.sh
3
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue