summaryrefslogtreecommitdiff
path: root/spec/run_oc_pedant.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/run_oc_pedant.rb')
-rw-r--r--spec/run_oc_pedant.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb
index 3cf873c..ab99cc8 100644
--- a/spec/run_oc_pedant.rb
+++ b/spec/run_oc_pedant.rb
@@ -108,7 +108,10 @@ begin
# Chef 12 features not yet 100% supported by Chef Zero
'--skip-containers',
- '--skip-api-v1'
+ '--skip-api-v1',
+
+ # The universe endpoint is unlikely to ever make sense for Chef Zero
+ '--skip-universe'
] + chef_fs_skips)
fail_fast = []