Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / libjingle / source / talk / base / socket_unittest.cc
index a9c4dbb..e76d113 100644 (file)
@@ -172,8 +172,8 @@ void SocketTest::TestUdpIPv6() {
 }
 
 void SocketTest::TestUdpReadyToSendIPv4() {
-#if !defined(OSX)
-  // TODO(ronghuawu): Enable this test (currently failed on build bots) on mac.
+#if !defined(OSX) && !defined(IOS)
+  // TODO(ronghuawu): Enable this test on mac/ios.
   UdpReadyToSend(kIPv4Loopback);
 #endif
 }