You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by gb...@apache.org on 2020/12/30 07:01:59 UTC

svn commit: r1884929 - /spamassassin/trunk/t/spf_welcome_block.t

Author: gbechis
Date: Wed Dec 30 07:01:59 2020
New Revision: 1884929

URL: http://svn.apache.org/viewvc?rev=1884929&view=rev
Log:
spf tests need network access

Modified:
    spamassassin/trunk/t/spf_welcome_block.t

Modified: spamassassin/trunk/t/spf_welcome_block.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/spf_welcome_block.t?rev=1884929&r1=1884928&r2=1884929&view=diff
==============================================================================
--- spamassassin/trunk/t/spf_welcome_block.t (original)
+++ spamassassin/trunk/t/spf_welcome_block.t Wed Dec 30 07:01:59 2020
@@ -7,7 +7,7 @@ use Test::More;
 use constant HAS_MAILSPF => eval { require Mail::SPF; };
 
 plan skip_all => "Long running tests disabled" unless conf_bool('run_long_tests');
-#plan skip_all => "Net tests disabled" unless conf_bool('run_net_tests');
+plan skip_all => "Net tests disabled" unless conf_bool('run_net_tests');
 plan skip_all => "Need Mail::SPF" unless HAS_MAILSPF;
 plan skip_all => "Can't use Net::DNS Safely" unless can_use_net_dns_safely();