From a36a4bb340eaa60152325e946a4811ab3a2aec47 Mon Sep 17 00:00:00 2001 From: "phoglund@webrtc.org" Date: Fri, 13 Apr 2012 10:11:15 +0000 Subject: [PATCH] Disabled flaky voe tests. BUG= TEST= Review URL: https://webrtc-codereview.appspot.com/491007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2025 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../main/test/auto_test/standard/video_sync_test.cc | 10 ++++++++-- .../main/test/auto_test/standard/volume_test.cc | 4 +++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/voice_engine/main/test/auto_test/standard/video_sync_test.cc b/src/voice_engine/main/test/auto_test/standard/video_sync_test.cc index 7340f7b75d..275e580900 100644 --- a/src/voice_engine/main/test/auto_test/standard/video_sync_test.cc +++ b/src/voice_engine/main/test/auto_test/standard/video_sync_test.cc @@ -90,7 +90,10 @@ TEST_F(VideoSyncTest, CanSetInitSequenceNumberWhileStopped) { EXPECT_EQ(0, voe_vsync_->SetInitSequenceNumber(channel_, 123)); } -TEST_F(VideoSyncTest, DelayEstimatesStabilizeDuring15sAndAreNotTooLow) { +// TODO(phoglund): pending investigation in +// http://code.google.com/p/webrtc/issues/detail?id=438 +TEST_F(VideoSyncTest, + DISABLED_DelayEstimatesStabilizeDuring15sAndAreNotTooLow) { EXPECT_EQ(0, voe_base_->StopSend(channel_)); EXPECT_EQ(0, voe_vsync_->SetInitTimestamp(channel_, 12345)); EXPECT_EQ(0, voe_vsync_->SetInitSequenceNumber(channel_, 123)); @@ -99,7 +102,10 @@ TEST_F(VideoSyncTest, DelayEstimatesStabilizeDuring15sAndAreNotTooLow) { CheckEstimatesConvergeReasonablyWell(kMinimumReasonableDelayEstimateMs); } -TEST_F(VideoSyncTest, DelayEstimatesStabilizeAfterNetEqMinDelayChanges45s) { +// TODO(phoglund): pending investigation in +// http://code.google.com/p/webrtc/issues/detail?id=438 +TEST_F(VideoSyncTest, + DISABLED_DelayEstimatesStabilizeAfterNetEqMinDelayChanges45s) { EXPECT_EQ(0, voe_base_->StopSend(channel_)); EXPECT_EQ(0, voe_vsync_->SetInitTimestamp(channel_, 12345)); EXPECT_EQ(0, voe_vsync_->SetInitSequenceNumber(channel_, 123)); diff --git a/src/voice_engine/main/test/auto_test/standard/volume_test.cc b/src/voice_engine/main/test/auto_test/standard/volume_test.cc index b00153d049..d714e42ecd 100644 --- a/src/voice_engine/main/test/auto_test/standard/volume_test.cc +++ b/src/voice_engine/main/test/auto_test/standard/volume_test.cc @@ -105,7 +105,9 @@ TEST_F(VolumeTest, InputMutingIsNotEnabledByDefault) { EXPECT_FALSE(is_muted); } -TEST_F(VolumeTest, ManualInputMutingMutesMicrophone) { +// TODO(phoglund): pending investigation in +// http://code.google.com/p/webrtc/issues/detail?id=367 +TEST_F(VolumeTest, DISABLED_ManualInputMutingMutesMicrophone) { SwitchToManualMicrophone(); // Enable muting.