Skip to content

Commit

Permalink
ignore test using FFI functions on miri test
Browse files Browse the repository at this point in the history
  • Loading branch information
s5suzuki committed Jul 22, 2024
1 parent 954e241 commit d354b07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autd3-link-soem/src/local/osal_timer/timer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ mod tests {
}

#[test]
#[cfg_attr(miri, ignore)]
fn test_timer() {
let timer = Timer::start(
CountCallback { count: 0 },
Expand Down

0 comments on commit d354b07

Please sign in to comment.