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 | a149b22ca1a974eace02e34bfe10fbd8ef7178ea (patch) | |
tree | 5e6a1334eca1744bec712743912125feff73e17a /t/test-custodian-testfactory.rb | |
parent | a33d4c285812691045ad9307a44b9a00e009b2d3 (diff) |
Ignore the dnsbl test.
Diffstat (limited to 't/test-custodian-testfactory.rb')
-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" |