disabling socking timing tests because openbsd/bitrig get/set are not congruent due to rounding errors

This commit is contained in:
Dave Huseby 2015-06-09 09:36:17 -07:00
parent 01ab4f761c
commit 4a2d4d3eb9
2 changed files with 6 additions and 0 deletions

View file

@ -902,6 +902,9 @@ mod tests {
assert_eq!(format!("{:?}", stream), compare);
}
// FIXME: re-enabled bitrig/openbsd tests once their socket timeout code
// no longer has rounding errors.
#[cfg_attr(any(target_os = "bitrig", target_os = "openbsd"), ignore)]
#[test]
fn timeouts() {
let addr = next_test_ip4();

View file

@ -360,6 +360,9 @@ mod tests {
assert_eq!(format!("{:?}", udpsock), compare);
}
// FIXME: re-enabled bitrig/openbsd tests once their socket timeout code
// no longer has rounding errors.
#[cfg_attr(any(target_os = "bitrig", target_os = "openbsd"), ignore)]
#[test]
fn timeouts() {
let addr = next_test_ip4();