Commit 80ed1ef8 authored by Steven Fackler's avatar Steven Fackler
Browse files

Ignore flickering test on windows

parent 82bda282
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -909,6 +909,7 @@ fn test_write_nonblocking() {
}

#[test]
#[cfg_attr(windows, ignore)] // FIXME flickers on appveyor
fn test_read_nonblocking() {
    let (_s, stream) = Server::new();
    stream.set_nonblocking(true).unwrap();