Skip to content

Commit

Permalink
add miri ignore for new flusher test
Browse files Browse the repository at this point in the history
  • Loading branch information
ekump committed Feb 19, 2025
1 parent 0f7acb1 commit ec6f6cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dogstatsd-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ mod test {
}

#[tokio::test]
#[cfg_attr(miri, ignore)]
async fn test_thread_safety() {
let socket = net::UdpSocket::bind("127.0.0.1:0").expect("failed to bind host socket");
let _ = socket.set_read_timeout(Some(Duration::from_millis(500)));
Expand Down

0 comments on commit ec6f6cc

Please sign in to comment.