From e9211682a1a7067ae3a1fac36f94d981aab44912 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Wed, 23 Jul 2025 12:23:51 +0200 Subject: stm32: do not run stm32c071rb tests. --- ci.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci.sh') 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 rm out/tests/rpi-pico/pwm rm out/tests/rpi-pico/cyw43-perf +# tests are implemented but the HIL test farm doesn't actually have this board yet +rm -rf out/tests/stm32c071rb + if [[ -z "${TELEPROBE_TOKEN-}" ]]; then echo No teleprobe token found, skipping running HIL tests exit -- cgit