From 834081aadfd9c96b40ac99787ed005a222096804 Mon Sep 17 00:00:00 2001 From: philipel Date: Wed, 25 May 2016 11:12:52 +0200 Subject: [PATCH] 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} --- webrtc/p2p/client/basicportallocator_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/p2p/client/basicportallocator_unittest.cc b/webrtc/p2p/client/basicportallocator_unittest.cc index 6cd40ea9bd..f4b81e3fcf 100644 --- a/webrtc/p2p/client/basicportallocator_unittest.cc +++ b/webrtc/p2p/client/basicportallocator_unittest.cc @@ -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);