summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-11-03 11:13:04 -0800
committerClaire McQuin <claire@getchef.com>2014-11-03 11:13:04 -0800
commit31e9ef4ead4316ac6e5fbd51d3aa1504233bdd49 (patch)
tree2487163fd46a878b76f6c73d223b8529ca89854a
parent8e78ea7a889ef7393edbd3ca1010b644ce746c70 (diff)
downloadchef-31e9ef4ead4316ac6e5fbd51d3aa1504233bdd49.tar.gz
Change pending to skip.
-rw-r--r--spec/functional/win32/security_spec.rb2
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