From ae7634c600535ba3f64ce8af31afc6fef9dab31c Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Wed, 12 Aug 2015 08:46:24 -0400 Subject: Disable CS12 pedant flags Chef Zero does not yet 100% support CS12, hence we need to disable several of the failing tests until the code is written. --- spec/run_oc_pedant.rb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb index efcaf8d..c0ba702 100644 --- a/spec/run_oc_pedant.rb +++ b/spec/run_oc_pedant.rb @@ -43,7 +43,15 @@ begin '--skip-omnibus', '--skip-usags', '--exclude-internal-orgs', - '--skip-headers' + '--skip-headers', + + # Chef 12 features not yet 100% supported by Chef Zero + '--skip-policies', + '--skip-server-api-version', + '--skip-cookbook-artifacts', + '--skip-containers', + '--skip-api-v1' + ]) result = RSpec::Core::Runner.run(Pedant.config.rspec_args) -- cgit v1.2.1