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:
parent
150dbb656d
commit
cacdf2681d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue