summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/matrix/test_matrix.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/matrix/test_matrix.rb b/test/matrix/test_matrix.rb
index 03e6bf1e09..873e1189b9 100644
--- a/test/matrix/test_matrix.rb
+++ b/test/matrix/test_matrix.rb
@@ -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