tags 1104886 patch
thanks

Hello. The attached patch should fix the issue by disabling the
three failing tests.

Thanks.
Description: Disable tests which are known to fail during trixie support period
Author: Santiago Vila <sanv...@debian.org>
Bug-Debian: https://bugs.debian.org/1104886
Last-Update: 2025-05-29

--- a/spec/schleuder/integration/filters_spec.rb
+++ b/spec/schleuder/integration/filters_spec.rb
@@ -157,6 +157,7 @@
 
   context('.key_auto_import_from_autocrypt_header') do
     it('successfully validates a signature, whose previously unknown key is in the autocrypt-header') do
+      skip("disabled because it will fail during trixie support period")
       list = create(:list, send_encrypted_only: false, key_auto_import_from_email: true)
       list.subscribe('me@localhost', nil, true)
       tmp_gnupg_home = Dir.mktmpdir
@@ -195,6 +196,7 @@
 
   context('.key_auto_import_from_attachments') do
     it('successfully validates a signature, whose previously unknown key is attached') do
+      skip("disabled because it will fail during trixie support period")
       list = create(:list, send_encrypted_only: false, key_auto_import_from_email: true)
       list.subscribe('me@localhost', nil, true)
       tmp_gnupg_home = Dir.mktmpdir
@@ -230,6 +232,7 @@
     end
 
     it('successfully validates a signature, whose previously unknown key is attached, from an encrypted+signed message') do
+      skip("disabled because it will fail during trixie support period")
       list = create(:list, send_encrypted_only: false, key_auto_import_from_email: true)
       list.subscribe('me@localhost', nil, true)
       list_key = list.key.export

Reply via email to