aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci.sh b/ci.sh
index ffd36a455..eac4d3711 100755
--- a/ci.sh
+++ b/ci.sh
@@ -221,8 +221,8 @@ rm out/tests/stm32wb55rg/wpan_ble
221# unstable, I think it's running out of RAM? 221# unstable, I think it's running out of RAM?
222rm out/tests/stm32f207zg/eth 222rm out/tests/stm32f207zg/eth
223 223
224# doesn't work. Wire in D0-D1 might be bad, or the special IOVDD2 PGx pins. 224# doesn't work, gives "noise error", no idea why. usart_dma does pass.
225rm out/tests/stm32u5a5zj/{gpio,usart*} 225rm out/tests/stm32u5a5zj/usart
226 226
227if [[ -z "${TELEPROBE_TOKEN-}" ]]; then 227if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
228 echo No teleprobe token found, skipping running HIL tests 228 echo No teleprobe token found, skipping running HIL tests