mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
skip hanging-up tests on macOS
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64224 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3b8b668806
commit
ca5c3f1efc
4 changed files with 10 additions and 8 deletions
|
|
@ -177,7 +177,7 @@ describe 'BasicSocket#send' do
|
|||
end
|
||||
end
|
||||
|
||||
platform_is_not :windows do
|
||||
platform_is_not :darwin, :windows do
|
||||
describe 'using a connected TCP socket' do
|
||||
before do
|
||||
@client = Socket.new(family, :STREAM)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue