mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 04:55:21 +02:00
Slimed down test runtime by stressing openssl.so only [Bug #16196]
This commit is contained in:
parent
3f413896c3
commit
0131fab749
1 changed files with 1 additions and 2 deletions
|
@ -636,8 +636,7 @@ class OpenSSL::TestASN1 < OpenSSL::TestCase
|
|||
end
|
||||
|
||||
def test_gc_stress
|
||||
skip "very time consuming test"
|
||||
assert_ruby_status([{"RUBY_DEBUG"=>"gc_stress"}, "--disable-gems", "-ropenssl", "-eexit"], timeout: 20)
|
||||
assert_ruby_status(['--disable-gems', '-eGC.stress=true', '-erequire "openssl.so"'])
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue