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:
parent
068d327595
commit
5379ca9250
1 changed files with 26 additions and 22 deletions
|
@ -19,6 +19,9 @@ describe 'Socket.tcp_server_loop' do
|
|||
@client.close
|
||||
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
|
||||
@sock, addr = nil
|
||||
|
||||
|
@ -49,4 +52,5 @@ describe 'Socket.tcp_server_loop' do
|
|||
addr.should be_an_instance_of(Addrinfo)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue