Skip to content

Commit

Permalink
Disable key exchange test on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld authored and davidv1992 committed Jun 28, 2024
1 parent 4737b35 commit 97b11d2
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 @@ -691,6 +691,7 @@ mod tests {
assert_eq!(result.port, 123);
}

#[cfg(not(target_os = "macos"))]
#[tokio::test]
async fn key_exchange_connection_limiter() {
let provider = KeySetProvider::new(1);
Expand Down

0 comments on commit 97b11d2

Please sign in to comment.