From 6bd8aaa8a8307913eb20afc4e57551e2dfd4822e Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Wed, 27 Jul 2011 15:30:49 -0700 Subject: (#8663) The ssh_authorized_key type is not supported on Windows We are not supporting the ssh_authorized_key type on Windows at this time, since Windows does not ship with an ssh server (though there are third-party versions available). As a result these spec tests have been disabled. Reviewed-by: Jacob Helwig --- spec/unit/type/ssh_authorized_key_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/unit/type/ssh_authorized_key_spec.rb b/spec/unit/type/ssh_authorized_key_spec.rb index 9b3760b71..41413763c 100755 --- a/spec/unit/type/ssh_authorized_key_spec.rb +++ b/spec/unit/type/ssh_authorized_key_spec.rb @@ -228,7 +228,7 @@ describe ssh_authorized_key do end - describe "when user is specified", :fails_on_windows => true do + describe "when user is specified", :unless => Puppet.features.microsoft_windows? do it "should determine target" do resource = @class.create( -- cgit