summaryrefslogtreecommitdiff
path: root/test/matrix
diff options
context:
space:
mode:
authorMarc-Andre Lafortune <github@marc-andre.ca>2020-12-09 04:21:00 -0500
committerMarc-Andre Lafortune <github@marc-andre.ca>2020-12-09 04:21:00 -0500
commitcacdf2681dcc7c431973f33a18979b10566ec2f9 (patch)
treeabc5b5c4359863cda3c827148004648ef10ba668 /test/matrix
parent150dbb656dd8c479f32db3bc83ae9fc57fe48608 (diff)
[ruby/matrix] Disable Ractor test
Diffstat (limited to 'test/matrix')
-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