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

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