diff options
author | Claire McQuin <claire@getchef.com> | 2014-10-31 13:29:59 -0700 |
---|---|---|
committer | Claire McQuin <claire@getchef.com> | 2014-10-31 13:29:59 -0700 |
commit | 55aa41abeb1dfb98290bae79c492006080ad8136 (patch) | |
tree | 2487163fd46a878b76f6c73d223b8529ca89854a | |
parent | 8e78ea7a889ef7393edbd3ca1010b644ce746c70 (diff) | |
download | chef-55aa41abeb1dfb98290bae79c492006080ad8136.tar.gz |
Change pending to skip
-rw-r--r-- | spec/functional/win32/security_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/win32/security_spec.rb b/spec/functional/win32/security_spec.rb index a6b5d57748..010a4ca557 100644 --- a/spec/functional/win32/security_spec.rb +++ b/spec/functional/win32/security_spec.rb @@ -32,6 +32,6 @@ describe 'Chef::Win32::Security', :windows_only do # # TODO - Add negative tests once mixlib-shellout has user support it "has_admin_privileges? returns false when running as non-admin" do - pending "requires user support in mixlib-shellout" + skip "requires user support in mixlib-shellout" end end |