mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
disable uart ringbuffered test on f2.
This commit is contained in:
parent
550f2cfca0
commit
4bef0fc953
3
ci.sh
3
ci.sh
@ -301,8 +301,9 @@ rm out/tests/stm32f207zg/eth
|
||||
# doesn't work, gives "noise error", no idea why. usart_dma does pass.
|
||||
rm out/tests/stm32u5a5zj/usart
|
||||
|
||||
# flaky, perhaps bad wire
|
||||
# flaky, probably due to bad ringbuffered dma code.
|
||||
rm out/tests/stm32l152re/usart_rx_ringbuffered
|
||||
rm out/tests/stm32f207zg/usart_rx_ringbuffered
|
||||
|
||||
if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
|
||||
echo No teleprobe token found, skipping running HIL tests
|
||||
|
Loading…
Reference in New Issue
Block a user