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 32c9f9321..3dc403171 100755
--- a/ci.sh
+++ b/ci.sh
@@ -372,6 +372,9 @@ rm out/tests/pimoroni-pico-plus-2/adc
372# temporarily disabled 372# temporarily disabled
373rm out/tests/pimoroni-pico-plus-2/pwm 373rm out/tests/pimoroni-pico-plus-2/pwm
374 374
375# flaky
376rm out/tests/rpi-pico/pwm
377
375if [[ -z "${TELEPROBE_TOKEN-}" ]]; then 378if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
376 echo No teleprobe token found, skipping running HIL tests 379 echo No teleprobe token found, skipping running HIL tests
377 exit 380 exit