summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-02-25 07:46:39 -0800
committerGitHub <noreply@github.com>2021-02-25 07:46:39 -0800
commit822d9987d4f515e1e531155adf2b691f3d6b14da (patch)
treee0fec95e3136f9557a0128e7c1835aeb26081740
parentc70307b164be88fd1ba97c1572eb71fc34975145 (diff)
parent2e290edc440de482f4731c415901a0580116fbcb (diff)
downloadchef-zero-822d9987d4f515e1e531155adf2b691f3d6b14da.tar.gz
Merge pull request #307 from vinay-satish/zei/skipping_status_for_pedant
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.gitignore1
-rw-r--r--spec/run_oc_pedant.rb2
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e29766c..d1a1a62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ tmp
rspec.failures
gemfiles/*.lock
.ruby-version
+.idea/ \ No newline at end of file
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,