diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb index a8c2566..9ffbd0d 100644 --- a/spec/run_oc_pedant.rb +++ b/spec/run_oc_pedant.rb @@ -189,7 +189,8 @@ def args_from_env(key) # at this time. "--skip-chef-zero-quirks", - "--skip-status" + "--skip-status", + "--skip=email_case_insensitive" ] # The knife tests are very slow and don't give us a lot of extra coverage,