From 06c7dbae142a93645ed3bc571b6a33780cffcb87 Mon Sep 17 00:00:00 2001 From: "wu@webrtc.org" Date: Mon, 6 Feb 2012 23:13:21 +0000 Subject: [PATCH] Disable flaky test AudioProcessingTest.TestVoiceActivityDetectionWithObserver. BUG=263 TBR=phoglund@webrtc.org Review URL: https://webrtc-codereview.appspot.com/380009 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1615 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../main/test/auto_test/standard/audio_processing_test.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/voice_engine/main/test/auto_test/standard/audio_processing_test.cc b/src/voice_engine/main/test/auto_test/standard/audio_processing_test.cc index 362b8ad908..bfe7f4918c 100644 --- a/src/voice_engine/main/test/auto_test/standard/audio_processing_test.cc +++ b/src/voice_engine/main/test/auto_test/standard/audio_processing_test.cc @@ -186,7 +186,8 @@ TEST_F(AudioProcessingTest, ManualTestEcMetrics) { EXPECT_EQ(0, voe_apm_->SetEcMetricsStatus(false)); } -TEST_F(AudioProcessingTest, TestVoiceActivityDetectionWithObserver) { +// TODO(phoglund): Reenable below test when it's no longer flaky. +TEST_F(AudioProcessingTest, DISABLED_TestVoiceActivityDetectionWithObserver) { voetest::RxCallback rx_callback; EXPECT_EQ(0, voe_apm_->RegisterRxVadObserver(channel_, rx_callback));