aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-05-23 14:32:36 +0200
committerUlf Lilleengen <[email protected]>2025-05-23 14:40:51 +0200
commit489c9df453b86f80f040fe1e48d89ab342e24b3a (patch)
treeb844f6c7d917be0c1a9c53c1b9c198796d556a82
parent94f9b2707486ca3eade5bf4b237edf3d6aa90f35 (diff)
chore: temporarily disable pico tests
-rwxr-xr-xci.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index 2be84ef6b..b2112328f 100755
--- a/ci.sh
+++ b/ci.sh
@@ -362,6 +362,8 @@ 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, bad hardware connection.
366rm -f out/tests/rpi-pico/*
365 367
366if [[ -z "${TELEPROBE_TOKEN-}" ]]; then 368if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
367 echo No teleprobe token found, skipping running HIL tests 369 echo No teleprobe token found, skipping running HIL tests