From 14c3e60d9c30574a1ee42dc3d717dad7fd85627e Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 11 Oct 2011 02:50:59 +0000 Subject: 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 --- test/ruby/test_process.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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) -- cgit v1.2.3