Skip to content

Commit ec6f6cc

Browse files
committed
add miri ignore for new flusher test
1 parent 0f7acb1 commit ec6f6cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dogstatsd-client/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ mod test {
361361
}
362362

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

0 commit comments

Comments
 (0)