diff options
Diffstat (limited to 't')
| -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 f864544..fa5129f 100755 --- a/t/test-custodian-testfactory.rb +++ b/t/test-custodian-testfactory.rb @@ -266,7 +266,7 @@ class TestTestFactory < Test::Unit::TestCase            #            # NOTE: Skip the DNS and LDAP tests - they are more complex.            # -          next if  tst =~ /^(ldap|dns|dnsbl|sslcertificate)$/ +          next if  tst =~ /^(ldap|dns|dnsbl|sslcertificate|tftp)$/            # normal            test_one = "http://foo.com/.com must run #{tst} on 1234" | 
