diff options
-rw-r--r-- | spec/run_oc_pedant.rb | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb index ab99cc8..b3288ce 100644 --- a/spec/run_oc_pedant.rb +++ b/spec/run_oc_pedant.rb @@ -98,13 +98,23 @@ begin '--skip-keys', '--skip-controls', '--skip-acl', + '--skip-usags', + '--exclude-internal-orgs', + '--skip-headers', + + # Chef Zero does not intend to support validation the way erchef does. '--skip-validation', + + # Chef Zero does not intend to support authentication the way erchef does. '--skip-authentication', + + # Chef Zero does not intend to support authorization the way erchef does. '--skip-authorization', + + # Omnibus tests depend on erchef features that are specific to erchef and + # bundled in the omnibus package. Currently the only test in this category + # is for the search reindexing script. '--skip-omnibus', - '--skip-usags', - '--exclude-internal-orgs', - '--skip-headers', # Chef 12 features not yet 100% supported by Chef Zero '--skip-containers', |