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:
parent
406092a539
commit
a354e269bf
@ -471,6 +471,7 @@ TEST_F(OrtcFactoryIntegrationTest, SetTrackWhileSending) {
|
||||
//
|
||||
// Uses muxed RTCP, and minimal parameters with hard-coded configs that are
|
||||
// known to work.
|
||||
#if !(defined(WEBRTC_IOS) && defined(WEBRTC_ARCH_64_BITS) && !defined(NDEBUG))
|
||||
TEST_F(OrtcFactoryIntegrationTest,
|
||||
BasicTwoWayAudioVideoRtpSendersAndReceivers) {
|
||||
auto udp_transports = CreateAndConnectUdpTransportPair();
|
||||
@ -481,7 +482,6 @@ TEST_F(OrtcFactoryIntegrationTest,
|
||||
expect_success);
|
||||
}
|
||||
|
||||
#if !(defined(WEBRTC_IOS) && defined(WEBRTC_ARCH_64_BITS) && !defined(NDEBUG))
|
||||
TEST_F(OrtcFactoryIntegrationTest,
|
||||
BasicTwoWayAudioVideoSrtpSendersAndReceivers) {
|
||||
auto udp_transports = CreateAndConnectUdpTransportPair();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user