summaryrefslogtreecommitdiff
path: root/spec/functional
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-04-02 13:42:54 -0700
committerTim Smith <tsmith84@gmail.com>2021-04-02 14:35:03 -0700
commitad03bdc56f4ac297e1e6a0fafa626b967f007fea (patch)
treefc96bd6be295ad34f2ffd689f8151491128efd3a /spec/functional
parent6ff48706a96ee10abcf0a5d52bcd4cd2ee10c652 (diff)
downloadchef-ad03bdc56f4ac297e1e6a0fafa626b967f007fea.tar.gz
Skip the cron integration tests on macOS 11+
These don't run due to security changes in the OS. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec/functional')
-rw-r--r--spec/functional/resource/cron_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/cron_spec.rb b/spec/functional/resource/cron_spec.rb
index fa53eb08a1..e247dc53cd 100644
--- a/spec/functional/resource/cron_spec.rb
+++ b/spec/functional/resource/cron_spec.rb
@@ -19,7 +19,7 @@
require "spec_helper"
require "chef/mixin/shell_out"
-describe Chef::Resource::Cron, :requires_root, :unix_only do
+describe Chef::Resource::Cron, :requires_root, :unix_only, :not_macos_gte_11 do
include Chef::Mixin::ShellOut