aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-07-16 00:07:22 +0200
committerDario Nieuwenhuis <[email protected]>2025-07-16 00:07:22 +0200
commit31022db25c18111b8e8ab7130d1eec673214f1ec (patch)
tree0ccd05f5c0cedb96ff2b89f41a06f0256a29d8a5 /ci.sh
parentf32e8f6025ca3787fa402e13cda4031d88e6f518 (diff)
Disable flaky test
Diffstat (limited to 'ci.sh')
-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