diff options
| author | Steven Murawski <steven.murawski@gmail.com> | 2016-06-06 11:14:18 -0500 |
|---|---|---|
| committer | Steven Murawski <steven.murawski@gmail.com> | 2016-06-06 12:31:09 -0500 |
| commit | 72dcc892f050701cc084035d34eea49db3ef2465 (patch) | |
| tree | e08eb48d157d1fc2631367e1b36393cdc1780f48 /spec/functional | |
| parent | e4bca443a3ddca6381275a1a252de04f5e4883c4 (diff) | |
| download | chef-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.rb | 1 |
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) |
