File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -902,6 +902,9 @@ mod tests {
902
902
assert_eq ! ( format!( "{:?}" , stream) , compare) ;
903
903
}
904
904
905
+ // FIXME: re-enabled bitrig/openbsd tests once their socket timeout code
906
+ // no longer has rounding errors.
907
+ #[ cfg_attr( any( target_os = "bitrig" , target_os = "openbsd" ) , ignore) ]
905
908
#[ test]
906
909
fn timeouts ( ) {
907
910
let addr = next_test_ip4 ( ) ;
Original file line number Diff line number Diff line change @@ -360,6 +360,9 @@ mod tests {
360
360
assert_eq ! ( format!( "{:?}" , udpsock) , compare) ;
361
361
}
362
362
363
+ // FIXME: re-enabled bitrig/openbsd tests once their socket timeout code
364
+ // no longer has rounding errors.
365
+ #[ cfg_attr( any( target_os = "bitrig" , target_os = "openbsd" ) , ignore) ]
363
366
#[ test]
364
367
fn timeouts ( ) {
365
368
let addr = next_test_ip4 ( ) ;
You can’t perform that action at this time.
0 commit comments