diff options
author | Vinay Satish <vinay.satish@progress.com> | 2021-02-25 18:07:19 +0530 |
---|---|---|
committer | Vinay Satish <vinay.satish@progress.com> | 2021-02-25 18:07:19 +0530 |
commit | 056ebde82676cfb99f10d10597fb47a92602bb56 (patch) | |
tree | 54043156e370522786daf08fe185a0f4f8c05a87 /spec/run_oc_pedant.rb | |
parent | c70307b164be88fd1ba97c1572eb71fc34975145 (diff) | |
download | chef-zero-056ebde82676cfb99f10d10597fb47a92602bb56.tar.gz |
skipping status in pedant test
Signed-off-by: Vinay Satish <vinay.satish@progress.com>
Diffstat (limited to 'spec/run_oc_pedant.rb')
-rw-r--r-- | spec/run_oc_pedant.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb index 13cfa5a..a8c2566 100644 --- a/spec/run_oc_pedant.rb +++ b/spec/run_oc_pedant.rb @@ -188,6 +188,8 @@ begin # tests from chef-server as the user acls are not supported in chef-zero # at this time. "--skip-chef-zero-quirks", + + "--skip-status" ] # The knife tests are very slow and don't give us a lot of extra coverage, |