diff options
| -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 |
