diff options
author | John Keiser <john@johnkeiser.com> | 2016-01-15 15:34:58 -0800 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-01-15 15:55:58 -0800 |
commit | 5833691383fd6522a6f9e5da48735d62c0f76ffe (patch) | |
tree | 4f2b1fe3629695d98929a97527ee553bea5dfc95 /spec | |
parent | 6fc2c3083a616831139e225d0f228f5ac34c6246 (diff) | |
download | chef-zero-5833691383fd6522a6f9e5da48735d62c0f76ffe.tar.gz |
Enable policies and cookbook artifacts pedant tests for ChefFSjk/policies-cheffs
Diffstat (limited to 'spec')
-rw-r--r-- | spec/run_oc_pedant.rb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb index 486c9d5..c587530 100644 --- a/spec/run_oc_pedant.rb +++ b/spec/run_oc_pedant.rb @@ -84,9 +84,11 @@ begin '--skip-organizations', '--skip-multiuser', - # will be supported. - '--skip-policies', - '--skip-cookbook-artifacts', + # chef-zero has some non-removable quirks, such as the fact that files + # with 255-character names cannot be stored in local mode. This is + # reserved only for quirks that are *irrevocable* and by design; and + # should barely be used at all. + '--skip-chef-zero-quirks', ] else [] |