From c144d7215b3444fa36d28d540b60170a5b30743d Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 10 Oct 2019 21:02:45 +0900 Subject: Skip very time consuming test [Bug #16196] --- test/openssl/test_asn1.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/openssl') diff --git a/test/openssl/test_asn1.rb b/test/openssl/test_asn1.rb index 4a30a9acc0..cc11301804 100644 --- a/test/openssl/test_asn1.rb +++ b/test/openssl/test_asn1.rb @@ -636,6 +636,7 @@ class OpenSSL::TestASN1 < OpenSSL::TestCase end def test_gc_stress + skip "very time consuming test" assert_ruby_status(['--disable-gems', '-eGC.stress=true', '-erequire "openssl.so"']) end -- cgit v1.2.3