From c007931bb19a65e32a6b162536916dd37ba6dbce Mon Sep 17 00:00:00 2001 From: John Keiser Date: Wed, 27 Jan 2016 13:41:31 -0800 Subject: Move skip-acl to ChefFS --- spec/run_oc_pedant.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb index 17ee560..a08f839 100644 --- a/spec/run_oc_pedant.rb +++ b/spec/run_oc_pedant.rb @@ -83,6 +83,7 @@ begin '--skip-users', '--skip-organizations', '--skip-multiuser', + '--skip-acl', # 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 @@ -141,7 +142,6 @@ begin Pedant.setup(pedant_args) - fail_fast = [] # fail_fast = ["--fail-fast"] result = RSpec::Core::Runner.run(Pedant.config.rspec_args + fail_fast) -- cgit v1.2.1