diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-08-17 18:14:56 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-08-17 18:14:56 +0200 |
| commit | 4bef0fc95342adbda42a4cc6751a406a4f602c67 (patch) | |
| tree | 739b84645509892f753a08f030f8e4bd8e0a6a15 | |
| parent | 550f2cfca020222868670b927f9de130559b09a7 (diff) | |
disable uart ringbuffered test on f2.
| -rwxr-xr-x | ci.sh | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -301,8 +301,9 @@ rm out/tests/stm32f207zg/eth | |||
| 301 | # doesn't work, gives "noise error", no idea why. usart_dma does pass. | 301 | # doesn't work, gives "noise error", no idea why. usart_dma does pass. |
| 302 | rm out/tests/stm32u5a5zj/usart | 302 | rm out/tests/stm32u5a5zj/usart |
| 303 | 303 | ||
| 304 | # flaky, perhaps bad wire | 304 | # flaky, probably due to bad ringbuffered dma code. |
| 305 | rm out/tests/stm32l152re/usart_rx_ringbuffered | 305 | rm out/tests/stm32l152re/usart_rx_ringbuffered |
| 306 | rm out/tests/stm32f207zg/usart_rx_ringbuffered | ||
| 306 | 307 | ||
| 307 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then | 308 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then |
| 308 | echo No teleprobe token found, skipping running HIL tests | 309 | echo No teleprobe token found, skipping running HIL tests |
