summaryrefslogtreecommitdiffstats
path: root/test/executables
diff options
context:
space:
mode:
Diffstat (limited to 'test/executables')
-rwxr-xr-xtest/executables/puppetca.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/executables/puppetca.rb b/test/executables/puppetca.rb
index 71764ebd2..d21e94e7a 100755
--- a/test/executables/puppetca.rb
+++ b/test/executables/puppetca.rb
@@ -85,6 +85,8 @@ class TestPuppetCA < Test::Unit::TestCase
assert_equal(["No certificates to sign"], output)
end
+ # This method takes a long time to run because of all of the external
+ # executable calls.
def test_revocation
ca = Puppet::SSLCertificates::CA.new()
host1 = gen_cert(ca, "host1.example.com")