Skip to content

Commit

Permalink
MRI also sometimes raises ECONNRESET for this test.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Nov 12, 2014
1 parent c8d4441 commit 3c8e9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jruby/test_socket.rb
Expand Up @@ -528,7 +528,7 @@ def test_syswrite_raises_epipe
loop do
sock.syswrite("2")
end
rescue Errno::EPIPE
rescue Errno::EPIPE, Errno::ECONNRESET
# ok
rescue => ex
# FIXME: make Windows behave the same?
Expand Down

0 comments on commit 3c8e9b0

Please sign in to comment.