diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-09-04 21:09:37 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-09-04 21:09:37 +0200 |
| commit | df4ed5c91ded2e7292e72d7e38dc6c6e0958fece (patch) | |
| tree | da826ae971a912fc6ff0b00a0d0e5a357ee6d3c7 /ci.sh | |
| parent | 32cff6530fdb81066451cc1d3f1fbbb420e985da (diff) | |
stm32/tests: disable flaky stm32wl55jc/usart_rx_ringbuffered
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -305,6 +305,7 @@ rm out/tests/stm32u5a5zj/usart | |||
| 305 | # flaky, probably due to bad ringbuffered dma code. | 305 | # flaky, probably due to bad ringbuffered dma code. |
| 306 | rm out/tests/stm32l152re/usart_rx_ringbuffered | 306 | rm out/tests/stm32l152re/usart_rx_ringbuffered |
| 307 | rm out/tests/stm32f207zg/usart_rx_ringbuffered | 307 | rm out/tests/stm32f207zg/usart_rx_ringbuffered |
| 308 | rm out/tests/stm32wl55jc/usart_rx_ringbuffered | ||
| 308 | 309 | ||
| 309 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then | 310 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then |
| 310 | echo No teleprobe token found, skipping running HIL tests | 311 | echo No teleprobe token found, skipping running HIL tests |
