diff --git a/webrtc/voice_engine/test/auto_test/standard/call_report_test.cc b/webrtc/voice_engine/test/auto_test/standard/call_report_test.cc index c96b14d2fc..d6b2e64570 100644 --- a/webrtc/voice_engine/test/auto_test/standard/call_report_test.cc +++ b/webrtc/voice_engine/test/auto_test/standard/call_report_test.cc @@ -42,7 +42,8 @@ TEST_F(CallReportTest, GetRoundTripTimeSummaryReturnsAllMinusOnesIfRtcpIsOff) { EXPECT_EQ(-1, delays.max); } -TEST_F(CallReportTest, GetRoundTripTimesReturnsValuesIfRtcpIsOn) { +// Flaky: https://code.google.com/p/webrtc/issues/detail?id=1719 +TEST_F(CallReportTest, DISABLED_GetRoundTripTimesReturnsValuesIfRtcpIsOn) { voe_rtp_rtcp_->SetRTCPStatus(channel_, true); Sleep(1000);