From 02cd42050515b3af67396a25e78d948adcac6cdf Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Sun, 14 Jul 2019 10:17:57 -0700 Subject: [ruby/fileutils] Skip test_cp_r_socket on JRuby https://github.com/ruby/fileutils/commit/20bb9ec789 --- test/fileutils/test_fileutils.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/fileutils/test_fileutils.rb b/test/fileutils/test_fileutils.rb index 663c81ed6d..4480c2745b 100644 --- a/test/fileutils/test_fileutils.rb +++ b/test/fileutils/test_fileutils.rb @@ -461,6 +461,7 @@ class TestFileUtils < Test::Unit::TestCase 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' -- cgit v1.2.3