summaryrefslogtreecommitdiff
path: root/spec/functional
diff options
context:
space:
mode:
authorSteven Murawski <steven.murawski@gmail.com>2016-06-06 11:14:18 -0500
committerSteven Murawski <steven.murawski@gmail.com>2016-06-06 12:31:09 -0500
commit72dcc892f050701cc084035d34eea49db3ef2465 (patch)
treee08eb48d157d1fc2631367e1b36393cdc1780f48 /spec/functional
parente4bca443a3ddca6381275a1a252de04f5e4883c4 (diff)
downloadchef-72dcc892f050701cc084035d34eea49db3ef2465.tar.gz
skip the ps_credential test of dsc_script until we can get the right test cert
Diffstat (limited to 'spec/functional')
-rw-r--r--spec/functional/resource/dsc_script_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/functional/resource/dsc_script_spec.rb b/spec/functional/resource/dsc_script_spec.rb
index 42c23a695f..dc687ec074 100644
--- a/spec/functional/resource/dsc_script_spec.rb
+++ b/spec/functional/resource/dsc_script_spec.rb
@@ -469,6 +469,7 @@ EOF
end
it "allows the use of ps_credential" do
+ pending("Pended until we can adjust the test cert to meet the WMF 5 cert requirements.")
expect(user_exists?(dsc_user)).to eq(false)
powershell_script_resource.run_action(:run)
expect(File).to exist(configuration_data_path)