Disable flaky test OrtcFactoryIntegrationTest.BasicTwoWayAudioVideoRtpSendersAndReceivers.

Test often fails on line ortcfactory_integrationtest.cc:321 on bot
iOS64 Debug.

TBR=deadbeef@webrtc.org
NOTRY=True

Bug: webrtc:7915
Change-Id: I4bf8caa13df3fcb416f380f9a64593d00843f3d6
Reviewed-on: https://webrtc-review.googlesource.com/3961
Reviewed-by: Alex Loiko <aleloi@webrtc.org>
Commit-Queue: Alex Loiko <aleloi@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#19988}
This commit is contained in:
Alex Loiko 2017-09-27 11:10:04 +02:00 committed by Commit Bot
parent 406092a539
commit a354e269bf

View File

@ -471,6 +471,7 @@ TEST_F(OrtcFactoryIntegrationTest, SetTrackWhileSending) {
// //
// Uses muxed RTCP, and minimal parameters with hard-coded configs that are // Uses muxed RTCP, and minimal parameters with hard-coded configs that are
// known to work. // known to work.
#if !(defined(WEBRTC_IOS) && defined(WEBRTC_ARCH_64_BITS) && !defined(NDEBUG))
TEST_F(OrtcFactoryIntegrationTest, TEST_F(OrtcFactoryIntegrationTest,
BasicTwoWayAudioVideoRtpSendersAndReceivers) { BasicTwoWayAudioVideoRtpSendersAndReceivers) {
auto udp_transports = CreateAndConnectUdpTransportPair(); auto udp_transports = CreateAndConnectUdpTransportPair();
@ -481,7 +482,6 @@ TEST_F(OrtcFactoryIntegrationTest,
expect_success); expect_success);
} }
#if !(defined(WEBRTC_IOS) && defined(WEBRTC_ARCH_64_BITS) && !defined(NDEBUG))
TEST_F(OrtcFactoryIntegrationTest, TEST_F(OrtcFactoryIntegrationTest,
BasicTwoWayAudioVideoSrtpSendersAndReceivers) { BasicTwoWayAudioVideoSrtpSendersAndReceivers) {
auto udp_transports = CreateAndConnectUdpTransportPair(); auto udp_transports = CreateAndConnectUdpTransportPair();