Skip to content

Commit 20bb9ec

Browse files
committed
Skip test_cp_r_socket on JRuby
1 parent 1239035 commit 20bb9ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/fileutils/test_fileutils.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ def test_cp_r_dev
451451
rescue LoadError
452452
else
453453
def test_cp_r_socket
454+
skip "Skipping socket test on JRuby" if RUBY_ENGINE == 'jruby'
454455
Dir.mkdir('tmp/cpr_src')
455456
UNIXServer.new('tmp/cpr_src/socket').close
456457
cp_r 'tmp/cpr_src', 'tmp/cpr_dest'

0 commit comments

Comments
 (0)