Disable flaky CaptureNtpTimeWithNetworkJitter.

TBR=wu@webrtc.org
BUG=3271

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5996 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pbos@webrtc.org 2014-04-28 11:57:32 +00:00
parent 494aa0e93d
commit c891577e6d

View File

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