Revert "libjingle_unittest now compiles and passes on iOS!"
This reverts commit r5986 as it fails compilation on Mac
(non-iOS). The failure was not discovered on the commitbots
since they don't clobber their builds.
BUG=3241
TBR=fischman@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/19399004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5997 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/talk/base/socket_unittest.cc b/talk/base/socket_unittest.cc
index e76d113..a9c4dbb 100644
--- a/talk/base/socket_unittest.cc
+++ b/talk/base/socket_unittest.cc
@@ -172,8 +172,8 @@
}
void SocketTest::TestUdpReadyToSendIPv4() {
-#if !defined(OSX) && !defined(IOS)
- // TODO(ronghuawu): Enable this test on mac/ios.
+#if !defined(OSX)
+ // TODO(ronghuawu): Enable this test (currently failed on build bots) on mac.
UdpReadyToSend(kIPv4Loopback);
#endif
}