Skip to content

Commit 28e2789

Browse files
committed
Forgot to actually skip the adc test.
It worked once, which is very surprising.
1 parent f1e6b70 commit 28e2789

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,8 @@ rm out/tests/pimoroni-pico-plus-2/gpio_multicore
328328
rm out/tests/pimoroni-pico-plus-2/flash
329329
# This test passes locally but fails on the HIL, no idea why
330330
rm out/tests/pimoroni-pico-plus-2/i2c
331+
# The pico2 plus doesn't have the adcs hooked up like the picoW does.
332+
rm out/tests/pimoroni-pico-plus-2/adc
331333

332334
if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
333335
echo No teleprobe token found, skipping running HIL tests

0 commit comments

Comments
 (0)