summaryrefslogtreecommitdiffstats
path: root/spec/unit/sslcertificates
diff options
context:
space:
mode:
authorJosh Cooper <josh@puppetlabs.com>2011-07-18 23:17:36 -0700
committerJosh Cooper <josh@puppetlabs.com>2011-07-19 14:06:36 -0700
commit255c5b4663bd389d2c87a2d39ec350034421a6f0 (patch)
tree0f1be5b09364a8501b8f9c4aa7930421dbeb4927 /spec/unit/sslcertificates
parent462a95e3d077b1915a919399b846068816c84583 (diff)
downloadpuppet-255c5b4663bd389d2c87a2d39ec350034421a6f0.tar.gz
puppet-255c5b4663bd389d2c87a2d39ec350034421a6f0.tar.xz
puppet-255c5b4663bd389d2c87a2d39ec350034421a6f0.zip
Maint: Tagged spec tests that are known to fail on Windows
Many spec tests fail on Windows because there are no default providers implemented for Windows yet. Several others are failing due to Puppet::Util::Cacher not working correctly, so for now the tests that are known to fail are marked with :fails_on_windows => true. To skip these tests, you can run: rspec --tag ~fails_on_windows spec Reviewed-by: Jacob Helwig <jacob@puppetlabs.com>
Diffstat (limited to 'spec/unit/sslcertificates')
-rwxr-xr-xspec/unit/sslcertificates/ca_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/sslcertificates/ca_spec.rb b/spec/unit/sslcertificates/ca_spec.rb
index eea246ba1..2ff4036dd 100755
--- a/spec/unit/sslcertificates/ca_spec.rb
+++ b/spec/unit/sslcertificates/ca_spec.rb
@@ -5,7 +5,7 @@ require 'puppet'
require 'puppet/sslcertificates'
require 'puppet/sslcertificates/ca'
-describe Puppet::SSLCertificates::CA do
+describe Puppet::SSLCertificates::CA, :fails_on_windows => true do
before :all do
@hosts = %w{host.domain.com Other.Testing.Com}
end