Ignore flickering test on windows

This commit is contained in:
Steven Fackler 2016-08-16 22:41:36 -07:00
parent 82bda28206
commit 80ed1ef8ab
1 changed files with 1 additions and 0 deletions

View File

@ -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();