Skip to content

Commit

Permalink
Disable TcpListener deregister test on Windows
Browse files Browse the repository at this point in the history
Doesn't work, see issue #1070.
  • Loading branch information
Thomasdezeeuw committed Sep 12, 2019
1 parent 4793629 commit 414ad2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tcp_listener.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ fn reregister() {
}

#[test]
#[cfg_attr(windows, ignore = "deregister doesn't work, see #1073")]
fn deregister() {
let (mut poll, mut events) = init_with_poll();

Expand Down

0 comments on commit 414ad2b

Please sign in to comment.