diff --git a/dc/s2n-quic-dc/src/stream/tests/restart.rs b/dc/s2n-quic-dc/src/stream/tests/restart.rs index fc443753cc..f958646f5f 100644 --- a/dc/s2n-quic-dc/src/stream/tests/restart.rs +++ b/dc/s2n-quic-dc/src/stream/tests/restart.rs @@ -199,6 +199,7 @@ mod tcp { tests!(); } +#[cfg(not(target_os = "macos"))] mod udp { use super::*;