diff options
| author | Ulf Lilleengen <[email protected]> | 2025-05-26 06:47:07 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-26 06:47:07 +0000 |
| commit | 63baf94074098d73aabf9842a24a778ce75bbe80 (patch) | |
| tree | 2bb8a3a6a605dcca41c6a19c6bd13e40f1db70dd | |
| parent | 94f9b2707486ca3eade5bf4b237edf3d6aa90f35 (diff) | |
| parent | 134d162a337d17d0ef881135812c270cef162e61 (diff) | |
Merge pull request #4242 from embassy-rs/temp-disable-pico
chore: temporarily disable pico tests
| -rwxr-xr-x | ci.sh | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -362,6 +362,11 @@ rm out/tests/pimoroni-pico-plus-2/flash | |||
| 362 | rm out/tests/pimoroni-pico-plus-2/i2c | 362 | rm 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. |
| 364 | rm out/tests/pimoroni-pico-plus-2/adc | 364 | rm out/tests/pimoroni-pico-plus-2/adc |
| 365 | # temporarily disabled | ||
| 366 | rm out/tests/pimoroni-pico-plus-2/pwm | ||
| 367 | |||
| 368 | # temporarily disabled, bad hardware connection. | ||
| 369 | rm -f out/tests/rpi-pico/* | ||
| 365 | 370 | ||
| 366 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then | 371 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then |
| 367 | echo No teleprobe token found, skipping running HIL tests | 372 | echo No teleprobe token found, skipping running HIL tests |
