diff options
Diffstat (limited to 'spec/functional/resource/dsc_script_spec.rb')
-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) |