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
This commit is contained in:
@ -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));
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user