tags 1078640 patch
thanks

Hello. The attached trivial patch (to be imported with quilt) should fix this 
bug.

Thanks.
Description: Disable future failing tests
Author: Santiago Vila <sanv...@debian.org>
Bug-Debian: https://bugs.debian.org/1078640
Last-Update: 2025-05-28

--- a/test/test_example_cert_expiration.rb
+++ b/test/test_example_cert_expiration.rb
@@ -25,6 +25,7 @@ class TestExampleCertExpiration < Timeou
   ]
 
   def test_certs_not_expired
+    skip "Test disabled because it's known to fail during trixie support period"
     expiration_data = TEST_FILES.map do |path|
       full_path  = File.join(EXAMPLES_DIR, path)
       not_after  = OpenSSL::X509::Certificate.new(File.read(full_path)).not_after

Reply via email to