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-31 12:55:35 -0800
commit3c5ae7ae2686796a42537c926b8c12b95a24989b (patch)
tree99b48b96da65acd0895b9362f9d19e50eb94812f
parent8a660d5933e25548eb17b5aa7e6258d44a7047cb (diff)
downloadchef-3c5ae7ae2686796a42537c926b8c12b95a24989b.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)