From 31022db25c18111b8e8ab7130d1eec673214f1ec Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Wed, 16 Jul 2025 00:07:22 +0200 Subject: Disable flaky test --- ci.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci.sh') 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 # temporarily disabled rm out/tests/pimoroni-pico-plus-2/pwm +# flaky +rm out/tests/rpi-pico/pwm + if [[ -z "${TELEPROBE_TOKEN-}" ]]; then echo No teleprobe token found, skipping running HIL tests exit -- cgit