]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #59018 - alexcrichton:omg, r=sfackler
authorMazdak Farrokhzad <twingoow@gmail.com>
Sat, 9 Mar 2019 16:18:27 +0000 (17:18 +0100)
committerGitHub <noreply@github.com>
Sat, 9 Mar 2019 16:18:27 +0000 (17:18 +0100)
commit02c9928f446cc96aed19d8eb4df0aa3602877ffa
tree06c88558f1405dc59f34bc138a70ab1ed0b913e9
parentf67efe9d3a68b353a8021c6c6bc80a496a57e13f
parent6465257e5442b489a1d4469d3f613aeb637e3665
Rollup merge of #59018 - alexcrichton:omg, r=sfackler

std: Delete a by-definition spuriously failing test

This commit deletes the `connect_timeout_unbound` test from the standard
library which, unfortunately, is by definition eventually going to be a
spuriously failing test. There's no way to reserve a port as unbound so
we can rely on ecosystem testing for this feature for now.

Closes #52590