diff options
Diffstat (limited to 'test/ruby/test_exception.rb')
-rw-r--r-- | test/ruby/test_exception.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_exception.rb b/test/ruby/test_exception.rb index 3be9b9aee0..e9d41e43dc 100644 --- a/test/ruby/test_exception.rb +++ b/test/ruby/test_exception.rb @@ -423,7 +423,7 @@ class TestException < Test::Unit::TestCase end def test_thread_signal_location - skip + pend('TODO: a known bug [Bug #14474]') _, stderr, _ = EnvUtil.invoke_ruby(%w"--disable-gems -d", <<-RUBY, false, true) Thread.start do Thread.current.report_on_exception = false |