diff options
-rwxr-xr-x | t/test-custodian-testfactory.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/t/test-custodian-testfactory.rb b/t/test-custodian-testfactory.rb index 8ba315e..e8e7d27 100755 --- a/t/test-custodian-testfactory.rb +++ b/t/test-custodian-testfactory.rb @@ -231,9 +231,7 @@ class TestTestFactory < Test::Unit::TestCase # # NOTE: Skip the DNS test - it is more complex. # - # Skip the HTTP test because the HTTPS test is a super-set. - # - next if ( tst =~ /^(dns|http)$/ ) + next if ( tst =~ /^(dns)$/ ) # normal test_one = "http://foo/ must run #{tst} on 1234" |