diff options
| author | Caleb Jamison <[email protected]> | 2025-02-18 22:17:49 -0500 |
|---|---|---|
| committer | Caleb Jamison <[email protected]> | 2025-02-18 22:17:49 -0500 |
| commit | 28e2789aeb4576fefae7acbd20c82dcffb92cf01 (patch) | |
| tree | fc5e3427afc9cfd5d1829168bc6a2f95c9da16f3 | |
| parent | f1e6b7027971b00fa733aca1b327300708c81cb9 (diff) | |
Forgot to actually skip the adc test.
It worked once, which is very surprising.
| -rwxr-xr-x | ci.sh | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -328,6 +328,8 @@ rm out/tests/pimoroni-pico-plus-2/gpio_multicore | |||
| 328 | rm out/tests/pimoroni-pico-plus-2/flash | 328 | rm 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 |
| 330 | rm out/tests/pimoroni-pico-plus-2/i2c | 330 | 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 | ||
| 331 | 333 | ||
| 332 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then | 334 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then |
| 333 | echo No teleprobe token found, skipping running HIL tests | 335 | echo No teleprobe token found, skipping running HIL tests |
