summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-23 18:45:14 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-23 19:45:54 +0900
commit8259d88938bcbd65c7994e3d8261c4de82e74174 (patch)
tree47786c4f8143f7a25605bcca870d605cd6c2dca2
parentaad88cc10ba268625aaa93ddcc6ff5036052c5cd (diff)
[ruby/psych] Skip test_ractor.rb with ruby/psych repo
Because ruby/psych still uses minitest. minitest didn't support assert_ractor provided by test suite of ruby/ruby repo. https://github.com/ruby/psych/commit/7da26358f1
-rw-r--r--test/psych/test_ractor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/psych/test_ractor.rb b/test/psych/test_ractor.rb
index 2f8d5ca18d..c6bed7ce69 100644
--- a/test/psych/test_ractor.rb
+++ b/test/psych/test_ractor.rb
@@ -47,4 +47,4 @@ class TestPsychRactor < Test::Unit::TestCase
assert_equal true, r
RUBY
end
-end
+end if defined?(Test::Unit::TestCase)