diff --git a/webrtc/modules/audio_processing/echo_cancellation_impl_unittest.cc b/webrtc/modules/audio_processing/echo_cancellation_impl_unittest.cc index 37f2f0943..eeea2587e 100644 --- a/webrtc/modules/audio_processing/echo_cancellation_impl_unittest.cc +++ b/webrtc/modules/audio_processing/echo_cancellation_impl_unittest.cc @@ -18,7 +18,7 @@ extern "C" { namespace webrtc { -TEST(EchoCancellationInternalTest, DISABLED_ON_ANDROID(DelayCorrection)) { +TEST(EchoCancellationInternalTest, DelayCorrection) { scoped_ptr ap(AudioProcessing::Create(0)); EXPECT_TRUE(ap->echo_cancellation()->aec_core() == NULL);