Skip to content

Commit

Permalink
Reenabled key exchange connection limiter test for macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidv1992 committed Dec 5, 2024
1 parent 359bdf8 commit 6a3ea3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ntpd/src/daemon/keyexchange.rs
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,6 @@ mod tests {
assert_eq!(len, 16);
}

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

0 comments on commit 6a3ea3c

Please sign in to comment.