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

[ruby/matrix] Disable Ractor test

This commit is contained in:
Marc-Andre Lafortune 2020-12-09 04:21:00 -05:00
parent 150dbb656d
commit cacdf2681d

View file

@ -819,6 +819,7 @@ class TestMatrix < Test::Unit::TestCase
assert_equal(Matrix.empty(0,2), @e1.adjoint)
end
=begin
def test_ractor
obj1 = @m1.freeze
@ -827,4 +828,5 @@ class TestMatrix < Test::Unit::TestCase
end.take
assert_same obj1, obj2
end if defined?(Ractor)
=end
end