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 20:00:46 -0400 |
commit | 7d992bc339acb716a27c631cd18bde79086b3556 (patch) | |
tree | 48747d741a2e91c2fe263f699ee06c27037fd63b /spec/spec_helper.rb | |
parent | 51deebd1b78520c0d4113c0da37b7a19697c19b7 (diff) | |
download | chef-7d992bc339acb716a27c631cd18bde79086b3556.tar.gz |
Fix service enable idempotency in sles11 (#8256)btm/14-MSYS-976
* 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 e87308e9ed..5ed5e73506 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? |