Disable P2PTransportChannelMultihomedTest test on memcheck.

The test
P2PTransportChannelMultihomedTest.TestContinualGatheringOnNewInterface
fails on Linux memcheck with the following error:

../../webrtc/p2p/base/p2ptransportchannel_unittest.cc:2780: Failure
Value of: ep1_ch1()->GetState() == IceTransportState::STATE_COMPLETED && (conn = GetConnectionWithLocalAddress(ep1_ch1(), cellular[0])) != nullptr && conn != ep1_ch1()->selected_connection() && conn->writable()
  Actual: false
Expected: true

TBR=honghaiz@webrtc.org
BUG=webrtc:7421
NOTRY=true

Review-Url: https://codereview.webrtc.org/2782163002
Cr-Commit-Position: refs/heads/master@{#17445}
This commit is contained in:
aleloi
2017-03-29 05:04:26 -07:00
committed by Commit bot
parent 065b6aca3b
commit dbd0a21a5d

View File

@ -6,3 +6,6 @@ SctpDataMediaChannelTest.*
# TODO(pbos): https://code.google.com/p/webrtc/issues/detail?id=4963
WebRtcVideoChannel2BaseTest.*
#TODO(honghaiz): https://bugs.chromium.org/p/webrtc/issues/detail?id=7421
P2PTransportChannelMultihomedTest.TestContinualGatheringOnNewInterface