diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-08-17 16:18:11 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-17 16:18:11 +0000 |
| commit | 1007528acb5911a363542073358d561afb2e4270 (patch) | |
| tree | 739b84645509892f753a08f030f8e4bd8e0a6a15 | |
| parent | 20b1b15bda969309566ad495d54635da8b7f29b2 (diff) | |
| parent | 4bef0fc95342adbda42a4cc6751a406a4f602c67 (diff) | |
Merge pull request #3266 from embassy-rs/disable-f1-test
Temporarily disable stm32f1 tests.
| -rwxr-xr-x | ci.sh | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -289,6 +289,9 @@ cargo batch \ | |||
| 289 | $BUILD_EXTRA | 289 | $BUILD_EXTRA |
| 290 | 290 | ||
| 291 | 291 | ||
| 292 | # temporarily disabled, bluepill board got bricked | ||
| 293 | rm -rf out/tests/stm32f103c8 | ||
| 294 | |||
| 292 | rm out/tests/stm32wb55rg/wpan_mac | 295 | rm out/tests/stm32wb55rg/wpan_mac |
| 293 | rm out/tests/stm32wb55rg/wpan_ble | 296 | rm out/tests/stm32wb55rg/wpan_ble |
| 294 | 297 | ||
| @@ -298,8 +301,9 @@ rm out/tests/stm32f207zg/eth | |||
| 298 | # doesn't work, gives "noise error", no idea why. usart_dma does pass. | 301 | # doesn't work, gives "noise error", no idea why. usart_dma does pass. |
| 299 | rm out/tests/stm32u5a5zj/usart | 302 | rm out/tests/stm32u5a5zj/usart |
| 300 | 303 | ||
| 301 | # flaky, perhaps bad wire | 304 | # flaky, probably due to bad ringbuffered dma code. |
| 302 | rm out/tests/stm32l152re/usart_rx_ringbuffered | 305 | rm out/tests/stm32l152re/usart_rx_ringbuffered |
| 306 | rm out/tests/stm32f207zg/usart_rx_ringbuffered | ||
| 303 | 307 | ||
| 304 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then | 308 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then |
| 305 | echo No teleprobe token found, skipping running HIL tests | 309 | echo No teleprobe token found, skipping running HIL tests |
