disable-test-failing-on-armhf
authorDebian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Thu, 13 Feb 2025 15:24:52 +0000 (15:24 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 13 Feb 2025 15:24:52 +0000 (15:24 +0000)
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 2b65fc6fbadda97c65a387dd5c4ed9b429e08fef..bc5783241b6215ade5be839d36dba6af18a7b7e5 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