| Index: webrtc/p2p/client/basicportallocator_unittest.cc
|
| diff --git a/webrtc/p2p/client/basicportallocator_unittest.cc b/webrtc/p2p/client/basicportallocator_unittest.cc
|
| index 6cd40ea9bdc17597c6341b30a08889a9e4da4c09..f4b81e3fcf7c76db19eb915e0b3b4ab1d56e8c2e 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);
|
|
|