aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Jamison <[email protected]>2025-02-18 22:17:49 -0500
committerCaleb Jamison <[email protected]>2025-02-18 22:17:49 -0500
commit28e2789aeb4576fefae7acbd20c82dcffb92cf01 (patch)
treefc5e3427afc9cfd5d1829168bc6a2f95c9da16f3
parentf1e6b7027971b00fa733aca1b327300708c81cb9 (diff)
Forgot to actually skip the adc test.
It worked once, which is very surprising.
-rwxr-xr-xci.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index 5e01805ef..ae0a56032 100755
--- a/ci.sh
+++ b/ci.sh
@@ -328,6 +328,8 @@ rm out/tests/pimoroni-pico-plus-2/gpio_multicore
328rm out/tests/pimoroni-pico-plus-2/flash 328rm out/tests/pimoroni-pico-plus-2/flash
329# This test passes locally but fails on the HIL, no idea why 329# This test passes locally but fails on the HIL, no idea why
330rm out/tests/pimoroni-pico-plus-2/i2c 330rm out/tests/pimoroni-pico-plus-2/i2c
331# The pico2 plus doesn't have the adcs hooked up like the picoW does.
332rm out/tests/pimoroni-pico-plus-2/adc
331 333
332if [[ -z "${TELEPROBE_TOKEN-}" ]]; then 334if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
333 echo No teleprobe token found, skipping running HIL tests 335 echo No teleprobe token found, skipping running HIL tests