Disable flaky test

This commit is contained in:
Dario Nieuwenhuis 2025-07-16 00:07:22 +02:00
parent f32e8f6025
commit 31022db25c

3
ci.sh
View File

@ -372,6 +372,9 @@ rm out/tests/pimoroni-pico-plus-2/adc
# temporarily disabled
rm out/tests/pimoroni-pico-plus-2/pwm
# flaky
rm out/tests/rpi-pico/pwm
if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
echo No teleprobe token found, skipping running HIL tests
exit