mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Skip very time consuming test [Bug #16196]
This commit is contained in:
parent
9c0cd5c569
commit
c144d7215b
1 changed files with 1 additions and 0 deletions
|
@ -636,6 +636,7 @@ class OpenSSL::TestASN1 < OpenSSL::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_gc_stress
|
def test_gc_stress
|
||||||
|
skip "very time consuming test"
|
||||||
assert_ruby_status(['--disable-gems', '-eGC.stress=true', '-erequire "openssl.so"'])
|
assert_ruby_status(['--disable-gems', '-eGC.stress=true', '-erequire "openssl.so"'])
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue