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

[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
This commit is contained in:
Hiroshi SHIBATA 2020-12-23 18:45:14 +09:00
parent aad88cc10b
commit 8259d88938

View file

@ -47,4 +47,4 @@ class TestPsychRactor < Test::Unit::TestCase
assert_equal true, r
RUBY
end
end
end if defined?(Test::Unit::TestCase)