1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

skip test_fiber_transfer_segv because it cause error with previous commit

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2017-10-26 14:28:43 +00:00
parent 8afee516be
commit d717dafc0e

View file

@ -184,6 +184,7 @@ class TestFiber < Test::Unit::TestCase
end
def test_fiber_transfer_segv
skip
assert_normal_exit %q{
require 'fiber'
f2 = nil