aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-12-28 23:55:19 +0100
committerDario Nieuwenhuis <[email protected]>2023-12-28 23:55:19 +0100
commit989901c09268cecc5aca558eaecd6ca3fc8bbb76 (patch)
tree2c3ac6f746c1da195cceee35fb6ebdd94cb47ff2 /ci.sh
parent47a94f22aa040f195a6265ff6950187647e1fe48 (diff)
ci: disable rpi-pico/i2c test
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index 933e54a80..75640e384 100755
--- a/ci.sh
+++ b/ci.sh
@@ -207,6 +207,9 @@ cargo batch \
207 $BUILD_EXTRA 207 $BUILD_EXTRA
208 208
209 209
210# failed, a wire must've come loose, will check asap.
211rm out/tests/rpi-pico/i2c
212
210rm out/tests/stm32wb55rg/wpan_mac 213rm out/tests/stm32wb55rg/wpan_mac
211rm out/tests/stm32wb55rg/wpan_ble 214rm out/tests/stm32wb55rg/wpan_ble
212 215