Skip to content

Commit e726f08

Browse files
authored
refactor(s2n-quic-dc): disable restart test on MacOS (#2839)
1 parent e29ca22 commit e726f08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ mod tcp {
199199
tests!();
200200
}
201201

202+
#[cfg(not(target_os = "macos"))]
202203
mod udp {
203204
use super::*;
204205

0 commit comments

Comments
 (0)