diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-04-15 20:20:48 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-04-15 20:20:48 +0200 |
| commit | 40e7ea47bac9afc70696a66010b28928535ca075 (patch) | |
| tree | 5baa97cd5adcc9f33f919135f9e283d1de66ed72 /ci.sh | |
| parent | 3f4e326ec5ec081742e9f30cb7b0bc936e74009c (diff) | |
temporarily disable stm32l152re/usart_rx_ringbuffered test.
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -253,6 +253,9 @@ rm out/tests/stm32f207zg/eth | |||
| 253 | # doesn't work, gives "noise error", no idea why. usart_dma does pass. | 253 | # doesn't work, gives "noise error", no idea why. usart_dma does pass. |
| 254 | rm out/tests/stm32u5a5zj/usart | 254 | rm out/tests/stm32u5a5zj/usart |
| 255 | 255 | ||
| 256 | # flaky, perhaps bad wire | ||
| 257 | rm out/tests/stm32l152re/usart_rx_ringbuffered | ||
| 258 | |||
| 256 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then | 259 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then |
| 257 | echo No teleprobe token found, skipping running HIL tests | 260 | echo No teleprobe token found, skipping running HIL tests |
| 258 | exit | 261 | exit |
