Loading openssl/src/ssl/tests/mod.rs +1 −0 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
openssl/src/ssl/tests/mod.rs +1 −0 Original line number Diff line number Diff line Loading @@ -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(); Loading