skip "TestException#test_thread_signal_location" as a known bug [Bug #14474]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2018-02-14 01:50:59 +00:00
parent 01a656c3fb
commit 381650ea58

View File

@ -352,6 +352,7 @@ class TestException < Test::Unit::TestCase
end
def test_thread_signal_location
skip
_, stderr, _ = EnvUtil.invoke_ruby(%w"--disable-gems -d", <<-RUBY, false, true)
Thread.start do
Thread.current.report_on_exception = false