diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-07-16 00:07:22 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-07-16 00:07:22 +0200 |
| commit | 31022db25c18111b8e8ab7130d1eec673214f1ec (patch) | |
| tree | 0ccd05f5c0cedb96ff2b89f41a06f0256a29d8a5 | |
| parent | f32e8f6025ca3787fa402e13cda4031d88e6f518 (diff) | |
Disable flaky test
| -rwxr-xr-x | ci.sh | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -372,6 +372,9 @@ rm out/tests/pimoroni-pico-plus-2/adc | |||
| 372 | # temporarily disabled | 372 | # temporarily disabled |
| 373 | rm out/tests/pimoroni-pico-plus-2/pwm | 373 | rm out/tests/pimoroni-pico-plus-2/pwm |
| 374 | 374 | ||
| 375 | # flaky | ||
| 376 | rm out/tests/rpi-pico/pwm | ||
| 377 | |||
| 375 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then | 378 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then |
| 376 | echo No teleprobe token found, skipping running HIL tests | 379 | echo No teleprobe token found, skipping running HIL tests |
| 377 | exit | 380 | exit |
