summaryrefslogtreecommitdiff
path: root/test/ruby/test_process.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_process.rb')
-rw-r--r--test/ruby/test_process.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb
index ba3aeb9825..93eb85ea08 100644
--- a/test/ruby/test_process.rb
+++ b/test/ruby/test_process.rb
@@ -1248,6 +1248,7 @@ class TestProcess < Test::Unit::TestCase
end
def test_too_long_path2
+ skip
bug4315 = '[ruby-core:34833]'
exs = [Errno::ENOENT]
exs << Errno::E2BIG if defined?(Errno::E2BIG)