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 6be6e98e4..94f70aae8 100755
--- a/ci.sh
+++ b/ci.sh
@@ -385,6 +385,9 @@ rm out/tests/pimoroni-pico-plus-2/pwm
385rm out/tests/rpi-pico/pwm 385rm out/tests/rpi-pico/pwm
386rm out/tests/rpi-pico/cyw43-perf 386rm out/tests/rpi-pico/cyw43-perf
387 387
388# tests are implemented but the HIL test farm doesn't actually have this board yet
389rm -rf out/tests/stm32c071rb
390
388if [[ -z "${TELEPROBE_TOKEN-}" ]]; then 391if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
389 echo No teleprobe token found, skipping running HIL tests 392 echo No teleprobe token found, skipping running HIL tests
390 exit 393 exit