diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-06-17 17:52:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-17 17:52:37 -0700 |
commit | 4ee6255e0d99573e6a59178a239db8119b4af85e (patch) | |
tree | 655b21b12c96e9e242c0876f74594ac293f734fe /spec | |
parent | bab900b86a66edefcce9c84fffd868994468e5cf (diff) | |
parent | 1eea8b4e8a176c132e0006ee12f97b9245bb7f73 (diff) | |
download | chef-4ee6255e0d99573e6a59178a239db8119b4af85e.tar.gz |
Merge pull request #5031 from chef/skip_dsc
skip and not pend failing dsc_script funcional test
Diffstat (limited to 'spec')
-rw-r--r-- | spec/functional/resource/dsc_script_spec.rb | 2 |
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) |