diff options
author | dheerajd-msys <dheeraj.dubey@msystechnologies.com> | 2019-05-24 05:29:43 +0530 |
---|---|---|
committer | Bryan McLellan <btm@loftninjas.org> | 2019-05-23 16:59:43 -0700 |
commit | 8136619cc425e037f4a3316a12befb0e15b321d7 (patch) | |
tree | a89a03688a793c759da74261ae2e9f18c0aeadb8 /spec/spec_helper.rb | |
parent | 11d2809575a65841ae507bdf1c83c63215dddb13 (diff) | |
download | chef-8136619cc425e037f4a3316a12befb0e15b321d7.tar.gz |
Fix service enable idempotency in sles11 (#8256)
* fix service enable idempotency in sles11
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 027be2e619..adfb262637 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -172,6 +172,7 @@ RSpec.configure do |config| config.filter_run_excluding linux_only: true unless linux? config.filter_run_excluding aix_only: true unless aix? config.filter_run_excluding suse_only: true unless suse? + config.filter_run_excluding sles11: true unless sles11? config.filter_run_excluding debian_family_only: true unless debian_family? config.filter_run_excluding supports_cloexec: true unless supports_cloexec? config.filter_run_excluding selinux_only: true unless selinux_enabled? |