summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-10-11 02:50:59 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-10-11 02:50:59 +0000
commit14c3e60d9c30574a1ee42dc3d717dad7fd85627e (patch)
tree774a975380a2e7889717834518699821458b2845 /test
parent62b1932820059be02452176006d0c09dc12b1ba0 (diff)
Skip too heavy test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33457 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-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)