From db3cea1ef29f6cf7a72dff46d0c8bc7daab0fdf4 Mon Sep 17 00:00:00 2001 From: Thom May Date: Mon, 30 Nov 2015 13:51:36 +0000 Subject: Ignore the universe endpoint tests in pedant --- spec/run_oc_pedant.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb index 726279f..0fad3e2 100644 --- a/spec/run_oc_pedant.rb +++ b/spec/run_oc_pedant.rb @@ -106,7 +106,10 @@ begin # Chef 12 features not yet 100% supported by Chef Zero '--skip-cookbook-artifacts', '--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 = [] -- cgit v1.2.1