diff --git a/webrtc/modules/audio_coding/neteq/test/neteq_performance_unittest.cc b/webrtc/modules/audio_coding/neteq/test/neteq_performance_unittest.cc index a3b30b36b..14857c772 100644 --- a/webrtc/modules/audio_coding/neteq/test/neteq_performance_unittest.cc +++ b/webrtc/modules/audio_coding/neteq/test/neteq_performance_unittest.cc @@ -13,9 +13,6 @@ #include "webrtc/test/testsupport/perf_test.h" #include "webrtc/typedefs.h" -// Disabled on Android since all tests currently fail (webrtc:3770). -#ifndef WEBRTC_ANDROID - // Runs a test with 10% packet losses and 10% clock drift, to exercise // both loss concealment and time-stretching code. TEST(NetEqPerformanceTest, Run) { @@ -42,5 +39,3 @@ TEST(NetEqPerformanceTest, RunClean) { webrtc::test::PrintResult( "neteq_performance", "", "0_pl_0_drift", runtime, "ms", true); } - -#endif // !WEBRTC_ANDROID