We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1239035 commit 20bb9ecCopy full SHA for 20bb9ec
test/fileutils/test_fileutils.rb
@@ -451,6 +451,7 @@ def test_cp_r_dev
451
rescue LoadError
452
else
453
def test_cp_r_socket
454
+ skip "Skipping socket test on JRuby" if RUBY_ENGINE == 'jruby'
455
Dir.mkdir('tmp/cpr_src')
456
UNIXServer.new('tmp/cpr_src/socket').close
457
cp_r 'tmp/cpr_src', 'tmp/cpr_dest'
0 commit comments