1
0
Fork 0
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:
nobu 2018-08-08 02:56:04 +00:00
parent 3b8b668806
commit ca5c3f1efc
4 changed files with 10 additions and 8 deletions

View file

@ -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)