Disabled flaky test.

From flake in http://webrtc-cb-linux-master.cbf.corp.google.com:8011/builders/LinuxLargeTests/builds/270

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3293 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
phoglund@webrtc.org 2012-12-14 10:40:05 +00:00
parent 7659d914bb
commit 1c75918302

View File

@ -188,7 +188,7 @@ TEST_F(VolumeTest, DISABLED_ON_LINUX(ManualSystemInputMutingMutesMicrophone)) {
Sleep(2000);
}
TEST_F(VolumeTest, SystemOutputMutingIsNotEnabledByDefault) {
TEST_F(VolumeTest, DISABLED_ON_LINUX(SystemOutputMutingIsNotEnabledByDefault)) {
bool is_muted = true;
EXPECT_EQ(0, voe_volume_control_->GetSystemOutputMute(is_muted));
EXPECT_FALSE(is_muted);