From 96729874d89f7989e9a34048d6a293424f8b9ac5 Mon Sep 17 00:00:00 2001 From: Debian Ruby Team Date: Wed, 5 Feb 2025 14:56:49 +0100 Subject: [PATCH] disable-test-failing-on-armhf 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_integration_ssl_session.rb b/test/test_integration_ssl_session.rb index 2b65fc6..bc57832 100644 --- a/test/test_integration_ssl_session.rb +++ b/test/test_integration_ssl_session.rb @@ -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 -- 2.30.2