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
This commit is contained in:
parent
50099af75f
commit
06c7dbae14
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user