summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc A. Paradise <marc.paradise@gmail.com>2021-12-14 12:26:28 -0500
committerLamont Granquist <lamont@scriptkiddie.org>2022-01-21 18:35:48 -0800
commitf2ee5b507c8571cef5b5b53c55ca22682e2f9640 (patch)
treea72fc30d2348e7bf5e819b1c9c380e20dbdc077f
parentc2e04b0376b18a9350aa43e0a6a00c1cb6393c08 (diff)
downloadchef-f2ee5b507c8571cef5b5b53c55ca22682e2f9640.tar.gz
re-enable broken libarchive tests to find current state
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
-rw-r--r--spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 5cd04437be..e2c732b07f 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -187,7 +187,7 @@ RSpec.configure do |config|
config.filter_run_excluding not_rhel7: true if rhel7?
config.filter_run_excluding not_intel_64bit: true if intel_64bit?
- config.filter_run_excluding libarchive_loading_broken: true if aix? || amazon_linux? || rhel7?
+ # config.filter_run_excluding libarchive_loading_broken: true if aix? || amazon_linux? || rhel7?
# these let us use chef: ">= 13" or ruby: "~> 2.0.0" or any other Gem::Dependency-style constraint
config.filter_run_excluding chef: DependencyProc.with(Chef::VERSION)