aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index 97916ebf1..810a9ab42 100755
--- a/ci.sh
+++ b/ci.sh
@@ -343,6 +343,7 @@ rm out/tests/stm32u5a5zj/usart
343# As of 2025-02-17 these tests work when run from flash 343# As of 2025-02-17 these tests work when run from flash
344rm out/tests/pimoroni-pico-plus-2/multicore 344rm out/tests/pimoroni-pico-plus-2/multicore
345rm out/tests/pimoroni-pico-plus-2/gpio_multicore 345rm out/tests/pimoroni-pico-plus-2/gpio_multicore
346rm out/tests/pimoroni-pico-plus-2/spinlock_mutex_multicore
346# Doesn't work when run from ram on the 2350 347# Doesn't work when run from ram on the 2350
347rm out/tests/pimoroni-pico-plus-2/flash 348rm out/tests/pimoroni-pico-plus-2/flash
348# This test passes locally but fails on the HIL, no idea why 349# This test passes locally but fails on the HIL, no idea why