diff options
| author | Ulf Lilleengen <[email protected]> | 2025-05-23 14:32:36 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-05-23 14:40:51 +0200 |
| commit | 489c9df453b86f80f040fe1e48d89ab342e24b3a (patch) | |
| tree | b844f6c7d917be0c1a9c53c1b9c198796d556a82 | |
| parent | 94f9b2707486ca3eade5bf4b237edf3d6aa90f35 (diff) | |
chore: temporarily disable pico tests
| -rwxr-xr-x | ci.sh | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -362,6 +362,8 @@ 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, bad hardware connection. | ||
| 366 | rm -f out/tests/rpi-pico/* | ||
| 365 | 367 | ||
| 366 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then | 368 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then |
| 367 | echo No teleprobe token found, skipping running HIL tests | 369 | echo No teleprobe token found, skipping running HIL tests |
