summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-05-29 19:31:18 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-29 19:31:39 -0700
commit94414b4818aa88aaf51e1c71249743f9b0f8c33a (patch)
treee97a43f5293044d9adb8e0107e5468b7cd5e5d3f
parent2f96bc65d568975d9f3714c0420970c8df1fad5d (diff)
downloadchef-94414b4818aa88aaf51e1c71249743f9b0f8c33a.tar.gz
Remove the sudo test
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/_macos_userdefaults.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/_macos_userdefaults.rb b/kitchen-tests/cookbooks/end_to_end/recipes/_macos_userdefaults.rb
index 090bf1c725..6fcdd51d10 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/_macos_userdefaults.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/_macos_userdefaults.rb
@@ -24,10 +24,3 @@ macos_userdefaults "set dock size" do
key "tilesize"
value "20"
end
-
-macos_userdefaults "disable time machine normal schedule" do
- domain "/System/Library/LaunchDaemons/com.apple.backupd-auto"
- key "Disabled"
- value "TRUE"
- sudo true
-end