Delete flaky test net::tcp::tests::fast_rebind
This commit is contained in:
parent
6f829840f7
commit
2514cd555b
1 changed files with 0 additions and 15 deletions
|
|
@ -1312,21 +1312,6 @@ mod tests {
|
|||
})
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn fast_rebind() {
|
||||
each_ip(&mut |addr| {
|
||||
let acceptor = t!(TcpListener::bind(&addr));
|
||||
|
||||
let _t = thread::spawn(move || {
|
||||
t!(TcpStream::connect(&addr));
|
||||
});
|
||||
|
||||
t!(acceptor.accept());
|
||||
drop(acceptor);
|
||||
t!(TcpListener::bind(&addr));
|
||||
});
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn tcp_clone_smoke() {
|
||||
each_ip(&mut |addr| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue