summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-09-11 17:16:31 -0700
committerTim Smith <tsmith84@gmail.com>2020-09-11 17:16:31 -0700
commit4e0ff025f51b6f29297a984afa57e1ab0a77cfd3 (patch)
treede0e9636ecacd940d1ef18d96a8e7804e8cb2da8
parentb18941a7025fffc3b3aed7098dfcf0c698987226 (diff)
downloadchef-4e0ff025f51b6f29297a984afa57e1ab0a77cfd3.tar.gz
Remove the kitchen test for now
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/windows.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb b/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb
index 6a60c1f305..33fc16e38a 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/windows.rb
@@ -38,11 +38,6 @@ windows_firewall_profile "Domain" do
action :enable
end
-windows_user_privilege "BUILTIN\\Administrators" do
- privilege %w{SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege}
- action :add
-end
-
windows_firewall_profile "Public" do
action :disable
end