From 258f55efc05d938849018da36094242fce4c2c47 Mon Sep 17 00:00:00 2001 From: "phoglund@webrtc.org" Date: Thu, 2 May 2013 12:35:00 +0000 Subject: [PATCH] Disabled flaky test. BUG=1719 TBR=henrika@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1387004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3935 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../voice_engine/test/auto_test/standard/call_report_test.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);