summaryrefslogtreecommitdiff
path: root/t
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
commit7d53524988106819d9f75678819b427e1a49d378 (patch)
tree23c893cd86c8d344adbc55182171e74474cbb357 /t
parentc5ae6bbb3d8e9e7411a8cd12f249130edead39ac (diff)
Ignore the dnsbl test.
Diffstat (limited to 't')
-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"