File: disable_spamd_client.patch

package info (click to toggle)
spamassassin 4.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,268 kB
  • sloc: perl: 88,850; ansic: 5,193; sh: 3,737; javascript: 339; sql: 295; makefile: 209; python: 49
file content (17 lines) | stat: -rw-r--r-- 686 bytes parent folder | download | duplicates (2)
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');