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:
parent
8afee516be
commit
d717dafc0e
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ class TestFiber < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_fiber_transfer_segv
|
||||
skip
|
||||
assert_normal_exit %q{
|
||||
require 'fiber'
|
||||
f2 = nil
|
||||
|
|
Loading…
Add table
Reference in a new issue