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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user