aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-05-23 14:53:17 +0200
committerUlf Lilleengen <[email protected]>2025-05-23 14:53:17 +0200
commit134d162a337d17d0ef881135812c270cef162e61 (patch)
tree2bb8a3a6a605dcca41c6a19c6bd13e40f1db70dd
parent489c9df453b86f80f040fe1e48d89ab342e24b3a (diff)
chore: disable another test
-rwxr-xr-xci.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index b2112328f..94bcc75ed 100755
--- a/ci.sh
+++ b/ci.sh
@@ -362,6 +362,9 @@ rm out/tests/pimoroni-pico-plus-2/flash
362rm out/tests/pimoroni-pico-plus-2/i2c 362rm 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.
364rm out/tests/pimoroni-pico-plus-2/adc 364rm out/tests/pimoroni-pico-plus-2/adc
365# temporarily disabled
366rm out/tests/pimoroni-pico-plus-2/pwm
367
365# temporarily disabled, bad hardware connection. 368# temporarily disabled, bad hardware connection.
366rm -f out/tests/rpi-pico/* 369rm -f out/tests/rpi-pico/*
367 370