disable-test-failing-on-armhf
authorDebian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Mon, 23 Dec 2024 22:07:19 +0000 (19:07 -0300)
committerLucas Kanashiro <kanashiro@debian.org>
Mon, 23 Dec 2024 22:07:19 +0000 (19:07 -0300)
https://ci.debian.net/packages/p/puma/testing/armhf/42745746/

Gbp-Pq: Name 0017-disable-test-failing-on-armhf.patch

test/test_integration_ssl_session.rb

index f4c15cb626ea286a9cae42310ec2a5022db07c80..5e1ac7b03059d61064b43b89aff31231ccb725bd 100644 (file)
@@ -122,7 +122,7 @@ class TestIntegrationSSLSession < TestIntegration
     assert reused, 'session was not reused'
   end
 
-  def test_off_tls1_2
+  def __test_off_tls1_2
     ssl_vers = Puma::MiniSSL::OPENSSL_LIBRARY_VERSION
     old_ssl = ssl_vers.include?(' 1.0.') || ssl_vers.match?(/ 1\.1\.1[ a-e]/)
     skip 'Requires 1.1.1f or later' if old_ssl