summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-16 11:42:34 -0700
committerTim Smith <tsmith@chef.io>2018-07-16 11:42:34 -0700
commit2898a684eb85fcec5325390cfec7f57f6a2e4b8c (patch)
tree0918d4310bbfbdfeec1cd82f30b36d262a8631cb
parent10b45afaa6518cd1072f042ea3ff8dae8af7e38c (diff)
downloadchef-2898a684eb85fcec5325390cfec7f57f6a2e4b8c.tar.gz
Remove the gating logic for testing on macOS 10.6
This is ancient and we don't have to worry about it. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--spec/functional/resource/group_spec.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/spec/functional/resource/group_spec.rb b/spec/functional/resource/group_spec.rb
index ea9aa5c2b7..cb11a8b288 100644
--- a/spec/functional/resource/group_spec.rb
+++ b/spec/functional/resource/group_spec.rb
@@ -21,11 +21,7 @@ require "spec_helper"
require "functional/resource/base"
require "chef/mixin/shell_out"
-# Chef::Resource::Group are turned off on Mac OS X 10.6 due to caching
-# issues around Etc.getgrnam() not picking up the group membership
-# changes that are done on the system. Etc.endgrent is not functioning
-# correctly on certain 10.6 boxes.
-describe Chef::Resource::Group, :requires_root_or_running_windows, :not_supported_on_mac_osx_106 do
+describe Chef::Resource::Group, :requires_root_or_running_windows do
include Chef::Mixin::ShellOut
def group_should_exist(group)