From 27bd1adb7cc43bfdeb8fb941418cfce3a7f694ef Mon Sep 17 00:00:00 2001 From: Daniel Pittman Date: Tue, 5 Apr 2011 19:08:54 -0700 Subject: (#6983) mark test pending until string is fixed... The certificate string is broken, and won't allow you to either search or save certificates. Given that, mark the test on it broken until that is completed. Reviewed-By: Dan Bode --- lib/puppet/string/certificate.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/puppet/string/certificate.rb b/lib/puppet/string/certificate.rb index fdb0bc9f4..e8773ae2e 100644 --- a/lib/puppet/string/certificate.rb +++ b/lib/puppet/string/certificate.rb @@ -43,5 +43,4 @@ Puppet::String::Indirector.define(:certificate, '0.0.1') do Puppet::SSL::Host.indirection.save(host) end end - end -- cgit