diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-09-16 21:27:34 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-09-16 21:27:34 +0200 |
| commit | 73aa40a9b9ab13655aa39969494dd377f57b699e (patch) | |
| tree | 7ced0e4f5cc7d6585bab5e7ced4b6150050b708d | |
| parent | be0d9775e3bcc3c1bd1448e357d7c6cd67b68991 (diff) | |
Disable nrf52840 hil tests.
| -rwxr-xr-x | ci.sh | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -290,8 +290,9 @@ cargo batch \ | |||
| 290 | $BUILD_EXTRA | 290 | $BUILD_EXTRA |
| 291 | 291 | ||
| 292 | 292 | ||
| 293 | # temporarily disabled, bluepill board got bricked | 293 | # temporarily disabled, these boards are dead. |
| 294 | rm -rf out/tests/stm32f103c8 | 294 | rm -rf out/tests/stm32f103c8 |
| 295 | rm -rf out/tests/nrf52840-dk | ||
| 295 | 296 | ||
| 296 | rm out/tests/stm32wb55rg/wpan_mac | 297 | rm out/tests/stm32wb55rg/wpan_mac |
| 297 | rm out/tests/stm32wb55rg/wpan_ble | 298 | rm out/tests/stm32wb55rg/wpan_ble |
