Skip to content

Commit

Permalink
Skip test_cp_r_socket on JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jul 14, 2019
1 parent 1239035 commit 20bb9ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fileutils/test_fileutils.rb
Expand Up @@ -451,6 +451,7 @@ def test_cp_r_dev
rescue LoadError
else
def test_cp_r_socket
skip "Skipping socket test on JRuby" if RUBY_ENGINE == 'jruby'
Dir.mkdir('tmp/cpr_src')
UNIXServer.new('tmp/cpr_src/socket').close
cp_r 'tmp/cpr_src', 'tmp/cpr_dest'
Expand Down

0 comments on commit 20bb9ec

Please sign in to comment.