Disable flaky test VideoProcessorIntegrationTest.Process5PercentPacketLoss.

BUG=262
TBR=mflodman@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/379014

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1614 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
wu@webrtc.org 2012-02-06 22:50:48 +00:00
parent 6584e58001
commit 50099af75f

View File

@ -141,7 +141,8 @@ TEST_F(VideoProcessorIntegrationTest, ProcessZeroPacketLoss) {
} }
// Run with 5% packet loss. Quality should be a bit lower. // Run with 5% packet loss. Quality should be a bit lower.
TEST_F(VideoProcessorIntegrationTest, Process5PercentPacketLoss) { // TODO(mflodman): Reenable this once it's not flaky.
TEST_F(VideoProcessorIntegrationTest, DISABLED_Process5PercentPacketLoss) {
config_.networking_config.packet_loss_probability = 0.05; config_.networking_config.packet_loss_probability = 0.05;
double minimum_psnr = 14; double minimum_psnr = 14;
double minimum_ssim = 0.3; double minimum_ssim = 0.3;