diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-07-23 12:23:51 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-07-23 12:23:51 +0200 |
| commit | e9211682a1a7067ae3a1fac36f94d981aab44912 (patch) | |
| tree | 68f76b058508db703eaa7bd97a75a1da16a7f27e /ci.sh | |
| parent | 420cbb437fb37a0679859a459ed3b45239b60467 (diff) | |
stm32: do not run stm32c071rb tests.
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -385,6 +385,9 @@ rm out/tests/pimoroni-pico-plus-2/pwm | |||
| 385 | rm out/tests/rpi-pico/pwm | 385 | rm out/tests/rpi-pico/pwm |
| 386 | rm out/tests/rpi-pico/cyw43-perf | 386 | rm out/tests/rpi-pico/cyw43-perf |
| 387 | 387 | ||
| 388 | # tests are implemented but the HIL test farm doesn't actually have this board yet | ||
| 389 | rm -rf out/tests/stm32c071rb | ||
| 390 | |||
| 388 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then | 391 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then |
| 389 | echo No teleprobe token found, skipping running HIL tests | 392 | echo No teleprobe token found, skipping running HIL tests |
| 390 | exit | 393 | exit |
