aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-05-26 06:47:07 +0000
committerGitHub <[email protected]>2025-05-26 06:47:07 +0000
commit63baf94074098d73aabf9842a24a778ce75bbe80 (patch)
tree2bb8a3a6a605dcca41c6a19c6bd13e40f1db70dd /ci.sh
parent94f9b2707486ca3eade5bf4b237edf3d6aa90f35 (diff)
parent134d162a337d17d0ef881135812c270cef162e61 (diff)
Merge pull request #4242 from embassy-rs/temp-disable-pico
chore: temporarily disable pico tests
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index 2be84ef6b..94bcc75ed 100755
--- a/ci.sh
+++ b/ci.sh
@@ -362,6 +362,11 @@ rm out/tests/pimoroni-pico-plus-2/flash
362rm out/tests/pimoroni-pico-plus-2/i2c 362rm out/tests/pimoroni-pico-plus-2/i2c
363# The pico2 plus doesn't have the adcs hooked up like the picoW does. 363# The pico2 plus doesn't have the adcs hooked up like the picoW does.
364rm out/tests/pimoroni-pico-plus-2/adc 364rm out/tests/pimoroni-pico-plus-2/adc
365# temporarily disabled
366rm out/tests/pimoroni-pico-plus-2/pwm
367
368# temporarily disabled, bad hardware connection.
369rm -f out/tests/rpi-pico/*
365 370
366if [[ -z "${TELEPROBE_TOKEN-}" ]]; then 371if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
367 echo No teleprobe token found, skipping running HIL tests 372 echo No teleprobe token found, skipping running HIL tests