defmt-test
: Fix #[ignore]
attribute
#731
Labels
difficulty: medium
Somewhat difficult to solve
good first issue
Good for newcomers
priority: medium
Medium priority for the Knurling team
type: bug
Something isn't working
It seems to know that the test should be ignored but runs it anyway. I have a minimal reproducible example repo based on the app template modified for the Pixhawk 6C (running an STM32H743).
I did have to move
defmt-rtt
to version 0.3 because of #713 and I couldn't getflip-link
working yet so it is disabled.Running
cargo test --test integration
gives me:The text was updated successfully, but these errors were encountered: