diff --git a/webrtc/video/call_perf_tests.cc b/webrtc/video/call_perf_tests.cc index 85d7e7356..83ea1d08b 100644 --- a/webrtc/video/call_perf_tests.cc +++ b/webrtc/video/call_perf_tests.cc @@ -525,7 +525,8 @@ TEST_F(CallPerfTest, CaptureNtpTimeWithNetworkDelay) { TestCaptureNtpTime(net_config, kThresholdMs, kStartTimeMs, kRunTimeMs); } -TEST_F(CallPerfTest, CaptureNtpTimeWithNetworkJitter) { +// Flaky, webrtc:3271. +TEST_F(CallPerfTest, DISABLED_CaptureNtpTimeWithNetworkJitter) { FakeNetworkPipe::Config net_config; net_config.delay_standard_deviation_ms = 10; // TODO(wu): lower the threshold as the calculation/estimatation becomes more