From 4059c2f5794062880cf7d790ae837760d47f8090 Mon Sep 17 00:00:00 2001 From: "stefan@webrtc.org" Date: Tue, 20 May 2014 15:12:29 +0000 Subject: [PATCH] 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 --- webrtc/video/call_perf_tests.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webrtc/video/call_perf_tests.cc b/webrtc/video/call_perf_tests.cc index 0076ce2f86..227528a451 100644 --- a/webrtc/video/call_perf_tests.cc +++ b/webrtc/video/call_perf_tests.cc @@ -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