From a149b22ca1a974eace02e34bfe10fbd8ef7178ea Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Mon, 5 Aug 2013 20:38:13 +0100 Subject: Ignore the dnsbl test. --- t/test-custodian-testfactory.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/test-custodian-testfactory.rb b/t/test-custodian-testfactory.rb index 51b066d..20b5443 100755 --- a/t/test-custodian-testfactory.rb +++ b/t/test-custodian-testfactory.rb @@ -262,7 +262,7 @@ class TestTestFactory < Test::Unit::TestCase # # NOTE: Skip the DNS and LDAP tests - they are more complex. # - next if ( tst =~ /^(ldap|dns)$/ ) + next if ( tst =~ /^(ldap|dns|dnsbl)$/ ) # normal test_one = "http://foo/ must run #{tst} on 1234" -- cgit v1.2.1