mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-27 04:10:25 +00:00
Forgot to actually skip the adc test.
It worked once, which is very surprising.
This commit is contained in:
parent
f1e6b70279
commit
28e2789aeb
2
ci.sh
2
ci.sh
@ -328,6 +328,8 @@ rm out/tests/pimoroni-pico-plus-2/gpio_multicore
|
||||
rm out/tests/pimoroni-pico-plus-2/flash
|
||||
# This test passes locally but fails on the HIL, no idea why
|
||||
rm out/tests/pimoroni-pico-plus-2/i2c
|
||||
# The pico2 plus doesn't have the adcs hooked up like the picoW does.
|
||||
rm out/tests/pimoroni-pico-plus-2/adc
|
||||
|
||||
if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
|
||||
echo No teleprobe token found, skipping running HIL tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user