| Index: webrtc/modules/audio_processing/aec3/block_processor_unittest.cc
|
| diff --git a/webrtc/modules/audio_processing/aec3/block_processor_unittest.cc b/webrtc/modules/audio_processing/aec3/block_processor_unittest.cc
|
| index ac3af6afb12da84c160cc827e188916536a15882..f655487c209c6de04db25107e30e0286d1108869 100644
|
| --- a/webrtc/modules/audio_processing/aec3/block_processor_unittest.cc
|
| +++ b/webrtc/modules/audio_processing/aec3/block_processor_unittest.cc
|
| @@ -17,7 +17,7 @@
|
|
|
| #include "webrtc/base/checks.h"
|
| #include "webrtc/base/random.h"
|
| -#include "webrtc/modules/audio_processing/aec3/aec3_constants.h"
|
| +#include "webrtc/modules/audio_processing/aec3/aec3_common.h"
|
| #include "webrtc/modules/audio_processing/aec3/mock/mock_echo_remover.h"
|
| #include "webrtc/modules/audio_processing/aec3/mock/mock_render_delay_buffer.h"
|
| #include "webrtc/modules/audio_processing/aec3/mock/mock_render_delay_controller.h"
|
| @@ -231,6 +231,8 @@ TEST(BlockProcessor, VerifyRenderNumBandsCheck) {
|
| }
|
| }
|
|
|
| +// TODO(peah): Re-enable the test once the issue with memory leaks during DEATH
|
| +// tests on test bots has been fixed.
|
| TEST(BlockProcessor, VerifyCaptureNumBandsCheck) {
|
| for (auto rate : {8000, 16000, 32000, 48000}) {
|
| SCOPED_TRACE(ProduceDebugText(rate));
|
|
|