aboutsummaryrefslogtreecommitdiffstats
path: root/test/socket/test_tcp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/socket/test_tcp.rb')
-rw-r--r--test/socket/test_tcp.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/socket/test_tcp.rb b/test/socket/test_tcp.rb
index 362f9a7157..74fab3108a 100644
--- a/test/socket/test_tcp.rb
+++ b/test/socket/test_tcp.rb
@@ -7,6 +7,7 @@ end
class TestTCPSocket < Test::Unit::TestCase
def test_recvfrom # [ruby-dev:24705]
+assert false, "TODO: doesn't work on mswin32" if /mswin32/ =~ RUBY_PLATFORM
c = s = nil
svr = TCPServer.new("localhost", 0)
th = Thread.new {