summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-02-25 18:27:13 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2021-02-25 18:27:13 -0800
commit10a8081628972313eb9739ea6b865ae5fec8d9f2 (patch)
tree9a1ad1432152e67da1952351e5f8e01455d7354a
parent62cb0d0eeeeedae10bdb51f0f109c31085932934 (diff)
downloadchef-zero-10a8081628972313eb9739ea6b865ae5fec8d9f2.tar.gz
Revert "remove --skip-status"
This reverts commit d6996ebef59efbb3101bac0e2e049fbc9e676d2c.
-rw-r--r--spec/run_oc_pedant.rb2
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,