Skip test_race_exception on MJIT for now

somehow the test fails only on Wercker in CIs triggered by GitHub.
Actually rubyci and ci.rvm.jp also have issues too, though.
This commit is contained in:
Takashi Kokubun 2019-08-04 10:49:03 +09:00
Родитель a3188f43a8
Коммит 7a75baa6e2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 6FFC433B12EE23DD
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -503,6 +503,7 @@ class TestRequire < Test::Unit::TestCase
end
def test_race_exception
skip 'require has had a race condition since 5931857281ce45c1c277aa86d1588119ab00a955' if RubyVM::MJIT.enabled?
bug5754 = '[ruby-core:41618]'
path = nil
stderr = $stderr