Skip to content

Commit dd800ff

Browse files
committed
refactor(s2n-quic-dc): disable restart test on MacOS
1 parent 1e12360 commit dd800ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dc/s2n-quic-dc/src/stream/tests/restart.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ macro_rules! tests {
186186
};
187187
}
188188

189+
#[cfg(not(target_os = "macos"))]
189190
mod tcp {
190191
use super::*;
191192

@@ -199,6 +200,7 @@ mod tcp {
199200
tests!();
200201
}
201202

203+
#[cfg(not(target_os = "macos"))]
202204
mod udp {
203205
use super::*;
204206

0 commit comments

Comments
 (0)