[ruby/io-wait] Disable ractor test which is meaningless on earlier versions

https://github.com/ruby/io-wait/commit/e8e1e99d4c
This commit is contained in:
Nobuyoshi Nakada 2021-10-22 15:51:16 +09:00 коммит произвёл Hiroshi SHIBATA
Родитель db71a04c2e
Коммит dc5512243b
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -4,10 +4,6 @@ require 'rbconfig'
require 'io/wait'
class TestIOWaitInRactor < Test::Unit::TestCase
def setup
omit unless defined? Ractor
end
def test_ractor
ext = "/io/wait.#{RbConfig::CONFIG['DLEXT']}"
path = $".find {|path| path.end_with?(ext)}
@ -19,4 +15,4 @@ class TestIOWaitInRactor < Test::Unit::TestCase
puts r.take
end;
end
end
end if defined? Ractor