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
This commit is contained in:
phoglund@webrtc.org 2013-05-02 12:35:00 +00:00
parent 68e5a68f07
commit 258f55efc0

View File

@ -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);