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:
parent
68e5a68f07
commit
258f55efc0
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user