diff options
author | Steve Kemp <steve@steve.org.uk> | 2013-08-05 20:38:13 +0100 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2013-08-05 20:38:13 +0100 |
commit | 7d53524988106819d9f75678819b427e1a49d378 (patch) | |
tree | 23c893cd86c8d344adbc55182171e74474cbb357 | |
parent | c5ae6bbb3d8e9e7411a8cd12f249130edead39ac (diff) |
Ignore the dnsbl test.
-rwxr-xr-x | t/test-custodian-testfactory.rb | 2 |
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" |