Disable CallPerfTest.CaptureNtpTimeWithNetworkDelay due to being flaky.

TBR=wu@webrtc.org
BUG=3374

Review URL: https://webrtc-codereview.appspot.com/14579005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6201 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
stefan@webrtc.org 2014-05-20 15:12:29 +00:00
parent 70bb2d5755
commit 4059c2f579

View File

@ -516,7 +516,9 @@ void CallPerfTest::TestCaptureNtpTime(const FakeNetworkPipe::Config& net_config,
receiver_call->DestroyVideoReceiveStream(receive_stream);
}
TEST_F(CallPerfTest, CaptureNtpTimeWithNetworkDelay) {
// Disabled due to being flaky, see issue 3374:
// https://code.google.com/p/webrtc/issues/detail?id=3374
TEST_F(CallPerfTest, DISABLED_CaptureNtpTimeWithNetworkDelay) {
FakeNetworkPipe::Config net_config;
net_config.queue_delay_ms = 100;
// TODO(wu): lower the threshold as the calculation/estimatation becomes more