summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-06-17 15:08:25 -0700
committerMatt Wrock <matt@mattwrock.com>2016-06-17 15:08:25 -0700
commit1eea8b4e8a176c132e0006ee12f97b9245bb7f73 (patch)
tree655b21b12c96e9e242c0876f74594ac293f734fe
parentbab900b86a66edefcce9c84fffd868994468e5cf (diff)
downloadchef-skip_dsc.tar.gz
skip and not pend failing dsc_script funcional testskip_dsc
-rw-r--r--spec/functional/resource/dsc_script_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/dsc_script_spec.rb b/spec/functional/resource/dsc_script_spec.rb
index dc687ec074..5ee97f04a3 100644
--- a/spec/functional/resource/dsc_script_spec.rb
+++ b/spec/functional/resource/dsc_script_spec.rb
@@ -469,7 +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.")
+ skip("Skipped 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)