From cd08fa83083f132dd36b5d8c51ae8c8670de3319 Mon Sep 17 00:00:00 2001 From: John Keiser Date: Fri, 13 Nov 2015 16:11:24 -0800 Subject: Skip multiuser tests --- spec/run_oc_pedant.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb index 45a4499..55a1f39 100644 --- a/spec/run_oc_pedant.rb +++ b/spec/run_oc_pedant.rb @@ -74,10 +74,13 @@ begin Pedant.config[:config_file] = 'spec/support/oc_pedant.rb' + # Because ChefFS can only ever have one user (pivotal), we can't do most of the + # tests that involve multiple chef_fs_skips = if ENV['CHEF_FS'] [ '--skip-association', '--skip-users', '--skip-organizations', + '--skip-multiuser', '--skip-policies' # these are expected to be broken, they're what we're trying to fix. ] else -- cgit v1.2.1