1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Skip spec broken since a66bc2c011

This has not worked since the merge 538438184
This commit is contained in:
Takashi Kokubun 2019-05-29 14:56:58 +09:00
parent 068d327595
commit 5379ca9250
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -19,6 +19,9 @@ describe 'Socket.tcp_server_loop' do
@client.close @client.close
end end
# Not working since ruby/ruby a66bc2c01194a9c017c874a30db5b3b6bd95e966
# https://travis-ci.org/ruby/ruby/jobs/538438184
platform_is_not :darwin do
it 'yields a Socket and an Addrinfo' do it 'yields a Socket and an Addrinfo' do
@sock, addr = nil @sock, addr = nil
@ -49,4 +52,5 @@ describe 'Socket.tcp_server_loop' do
addr.should be_an_instance_of(Addrinfo) addr.should be_an_instance_of(Addrinfo)
end end
end end
end
end end