Disable testcase NatTcpTest.TestConnectOut

TBR=pthatcher
BUG=webrtc:4863

Review URL: https://codereview.webrtc.org/1248123002

Cr-Commit-Position: refs/heads/master@{#9610}
This commit is contained in:
magjed
2015-07-22 06:28:26 -07:00
committed by Commit bot
parent d60a7993bf
commit 65eb1c3df9

View File

@ -356,7 +356,7 @@ class NatTcpTest : public testing::Test, public sigslot::has_slots<> {
rtc::scoped_ptr<AsyncSocket> accepted_;
};
TEST_F(NatTcpTest, TestConnectOut) {
TEST_F(NatTcpTest, DISABLED_TestConnectOut) {
server_.reset(ext_vss_->CreateAsyncSocket(SOCK_STREAM));
server_->Bind(ext_addr_);
server_->Listen(5);