aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index 1393b9d47..514c6769b 100755
--- a/ci.sh
+++ b/ci.sh
@@ -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.
254rm out/tests/stm32u5a5zj/usart 254rm out/tests/stm32u5a5zj/usart
255 255
256# flaky, perhaps bad wire
257rm out/tests/stm32l152re/usart_rx_ringbuffered
258
256if [[ -z "${TELEPROBE_TOKEN-}" ]]; then 259if [[ -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