summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-02-25 16:33:35 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2021-02-25 16:33:35 -0800
commitd6996ebef59efbb3101bac0e2e049fbc9e676d2c (patch)
tree0b60b088a83df00ce4a4d50279533d32728f2dcd
parentdafdddceffe3a9ad6a46dab0e9d4c08f8b5a650a (diff)
downloadchef-zero-d6996ebef59efbb3101bac0e2e049fbc9e676d2c.tar.gz
remove --skip-status
status endpoint was removed Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--spec/run_oc_pedant.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb
index a8c2566..13cfa5a 100644
--- a/spec/run_oc_pedant.rb
+++ b/spec/run_oc_pedant.rb
@@ -188,8 +188,6 @@ 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,