Index: webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest.cc |
diff --git a/webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest.cc b/webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest.cc |
index e5fcee3cc4651ad63f59b2e44815e38a9f757feb..eea51a3489e285df9592de02cc21d500f4d99a65 100644 |
--- a/webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest.cc |
+++ b/webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest.cc |
@@ -503,18 +503,12 @@ class AcmIsacMtTest : public AudioCodingModuleMtTest { |
test::AudioLoop audio_loop_; |
}; |
-#if defined(WEBRTC_IOS) |
-// See https://code.google.com/p/webrtc/issues/detail?id=4752 for details. |
-#define MAYBE_DoTest DISABLED_DoTest |
-#else |
-#define MAYBE_DoTest DoTest |
-#endif |
-TEST_F(AcmIsacMtTest, MAYBE_DoTest) { |
+TEST_F(AcmIsacMtTest, DoTest) { |
EXPECT_EQ(kEventSignaled, RunTest()); |
} |
-// Disabling all of these tests on iOS until file support has been added. |
-// See https://code.google.com/p/webrtc/issues/detail?id=4752 for details. |
+// Disabling all of these tests on iOS for now. |
+// See https://code.google.com/p/webrtc/issues/detail?id=4768 for details. |
#if !defined(WEBRTC_IOS) |
class AcmReceiverBitExactness : public ::testing::Test { |