From 5833691383fd6522a6f9e5da48735d62c0f76ffe Mon Sep 17 00:00:00 2001 From: John Keiser Date: Fri, 15 Jan 2016 15:34:58 -0800 Subject: Enable policies and cookbook artifacts pedant tests for ChefFS --- spec/run_oc_pedant.rb | 8 +++++--- 1 file 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 [] -- cgit v1.2.1