summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-06-22 10:30:24 -0700
committerGitHub <noreply@github.com>2021-06-22 10:30:24 -0700
commit66ab66b763124db546db12f974b4b4b8e31a915e (patch)
tree904974e7fcfef78ceb1b67ace44e0a6df452e11a
parentef5331588f659e4cd555d4f93b843136fa110701 (diff)
parent79ca0290143c639d4b2c175161755394dd5cfb79 (diff)
downloadchef-zero-66ab66b763124db546db12f974b4b4b8e31a915e.tar.gz
Merge pull request #312 from jashaik/shahid/skip-nginx-test
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--spec/run_oc_pedant.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb
index 9ffbd0d..a9229ed 100644
--- a/spec/run_oc_pedant.rb
+++ b/spec/run_oc_pedant.rb
@@ -190,7 +190,8 @@ begin
"--skip-chef-zero-quirks",
"--skip-status",
- "--skip=email_case_insensitive"
+ "--skip=email_case_insensitive",
+ "--skip=nginx_default_error"
]
# The knife tests are very slow and don't give us a lot of extra coverage,