diff options
| author | Ulf Lilleengen <[email protected]> | 2025-05-23 14:53:17 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-05-23 14:53:17 +0200 |
| commit | 134d162a337d17d0ef881135812c270cef162e61 (patch) | |
| tree | 2bb8a3a6a605dcca41c6a19c6bd13e40f1db70dd /ci.sh | |
| parent | 489c9df453b86f80f040fe1e48d89ab342e24b3a (diff) | |
chore: disable another test
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -362,6 +362,9 @@ 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 | |||
| 365 | # temporarily disabled, bad hardware connection. | 368 | # temporarily disabled, bad hardware connection. |
| 366 | rm -f out/tests/rpi-pico/* | 369 | rm -f out/tests/rpi-pico/* |
| 367 | 370 | ||
