Forgot to actually skip the adc test.

It worked once, which is very surprising.
This commit is contained in:
Caleb Jamison 2025-02-18 22:17:49 -05:00
parent f1e6b70279
commit 28e2789aeb
No known key found for this signature in database
GPG Key ID: 4B73E51E6C18B035

2
ci.sh
View File

@ -328,6 +328,8 @@ rm out/tests/pimoroni-pico-plus-2/gpio_multicore
rm out/tests/pimoroni-pico-plus-2/flash
# This test passes locally but fails on the HIL, no idea why
rm out/tests/pimoroni-pico-plus-2/i2c
# The pico2 plus doesn't have the adcs hooked up like the picoW does.
rm out/tests/pimoroni-pico-plus-2/adc
if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
echo No teleprobe token found, skipping running HIL tests