summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-01-15 15:34:58 -0800
committerJohn Keiser <john@johnkeiser.com>2016-01-15 15:55:58 -0800
commit5833691383fd6522a6f9e5da48735d62c0f76ffe (patch)
tree4f2b1fe3629695d98929a97527ee553bea5dfc95
parent6fc2c3083a616831139e225d0f228f5ac34c6246 (diff)
downloadchef-zero-jk/policies-cheffs.tar.gz
Enable policies and cookbook artifacts pedant tests for ChefFSjk/policies-cheffs
-rw-r--r--spec/run_oc_pedant.rb8
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
[]