Disabled BasicPortAllocatorTest.TestDisableUdpTurn (flaky)

TBR=mflodman@webrtc.org

BUG=webrtc:5929

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

Cr-Commit-Position: refs/heads/master@{#12886}
This commit is contained in:
philipel 2016-05-25 11:12:52 +02:00
parent c00687ff5d
commit 834081aadf

View File

@ -772,7 +772,7 @@ TEST_F(BasicPortAllocatorTest,
// Test that we disable relay over UDP, and only TCP is used when connecting to
// the relay server.
TEST_F(BasicPortAllocatorTest, TestDisableUdpTurn) {
TEST_F(BasicPortAllocatorTest, DISABLED_TestDisableUdpTurn) {
turn_server_.AddInternalSocket(kTurnTcpIntAddr, PROTO_TCP);
AddInterface(kClientAddr);
ResetWithStunServerAndNat(kStunAddr);