summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2013-08-05 20:38:13 +0100
committerSteve Kemp <steve@steve.org.uk>2013-08-05 20:38:13 +0100
commita149b22ca1a974eace02e34bfe10fbd8ef7178ea (patch)
tree5e6a1334eca1744bec712743912125feff73e17a
parenta33d4c285812691045ad9307a44b9a00e009b2d3 (diff)
Ignore the dnsbl test.
-rwxr-xr-xt/test-custodian-testfactory.rb2
1 files changed, 1 insertions, 1 deletions
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"