summaryrefslogtreecommitdiff
path: root/spec/run_oc_pedant.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/run_oc_pedant.rb')
-rw-r--r--spec/run_oc_pedant.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb
index a8c2566..a9229ed 100644
--- a/spec/run_oc_pedant.rb
+++ b/spec/run_oc_pedant.rb
@@ -189,7 +189,9 @@ begin
# at this time.
"--skip-chef-zero-quirks",
- "--skip-status"
+ "--skip-status",
+ "--skip=email_case_insensitive",
+ "--skip=nginx_default_error"
]
# The knife tests are very slow and don't give us a lot of extra coverage,