summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"