1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Disable spamd_client.t as it's not reliable enough
Author: Santiago Vila <sanvila@debian.org>
Bug-Debian: https://bugs.debian.org/1093943
Last-Update: 2025-05-04
Index: spamassassin/t/spamd_client.t
===================================================================
--- spamassassin.orig/t/spamd_client.t
+++ spamassassin/t/spamd_client.t
@@ -6,6 +6,7 @@ use SATest; sa_t_init("spamd_client");
use constant HAS_SDBM_FILE => eval { require SDBM_File; };
use Test::More;
+plan skip_all => "Disabling this test for now";
plan skip_all => "Spamd tests disabled" if $SKIP_SPAMD_TESTS;
plan skip_all => "Long running tests disabled" unless conf_bool('run_long_tests');
|