temporarily disable stm32l152re/usart_rx_ringbuffered test.
This commit is contained in:
parent
3f4e326ec5
commit
40e7ea47ba
1 changed files with 3 additions and 0 deletions
3
ci.sh
3
ci.sh
|
@ -253,6 +253,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
|
||||
rm out/tests/stm32l152re/usart_rx_ringbuffered
|
||||
|
||||
if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
|
||||
echo No teleprobe token found, skipping running HIL tests
|
||||
exit
|
||||
|
|
Loading…
Reference in a new issue