summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/run_oc_pedant.rb10
1 files changed, 9 insertions, 1 deletions
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)