Skip to content

Commit

Permalink
Mark the flaky client_sends_no_records_dirty_shutdown test as ignored.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidv1992 committed Jul 18, 2024
1 parent dc958d5 commit c987a68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ntpd/src/daemon/keyexchange.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1255,6 +1255,7 @@ mod tests {
}

#[tokio::test]
#[ignore = "Flaky on macos and not that interesting"]
async fn client_sends_no_records_dirty_shutdown() {
let listener = TcpListener::bind(&("localhost", 0)).await.unwrap();
let port = listener.local_addr().unwrap().port();
Expand Down

0 comments on commit c987a68

Please sign in to comment.