diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2019-07-19 11:19:26 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2019-07-19 11:22:16 -0700 |
commit | a4f2ed66decfa4dd5e7c66d0288953ca457cea3a (patch) | |
tree | 98d3fb7d45c0dc4ab19f67dd192d1104333083d2 /spec/spec_helper.rb | |
parent | 6fadc4f6a7a6ec0995c8b1eec79edb01ef2430b2 (diff) | |
download | chef-a4f2ed66decfa4dd5e7c66d0288953ca457cea3a.tar.gz |
only test these on rhel >= 8 where they worklcg/fix-dnf-rhel8
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 9b54761df5..5ab97a8320 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -188,6 +188,8 @@ RSpec.configure do |config| config.filter_run_excluding rhel: true unless rhel? config.filter_run_excluding rhel6: true unless rhel6? config.filter_run_excluding rhel7: true unless rhel7? + config.filter_run_excluding rhel8: true unless rhel8? + config.filter_run_excluding rhel_gte_8: true unless rhel_gte_8? config.filter_run_excluding intel_64bit: true unless intel_64bit? config.filter_run_excluding not_rhel: true if rhel? config.filter_run_excluding not_rhel6: true if rhel6? |