summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-05-28 07:10:32 -0700
committerGitHub <noreply@github.com>2021-05-28 07:10:32 -0700
commitd39b972d7c4a86d84caeed3744e09882daabc161 (patch)
tree5b3b8130fe811f61c545878a78058deb955c3352
parent10a8081628972313eb9739ea6b865ae5fec8d9f2 (diff)
parent97f8c870fdf1cb7828386fcd97129254a6794bb7 (diff)
downloadchef-zero-d39b972d7c4a86d84caeed3744e09882daabc161.tar.gz
Merge pull request #311 from jashaik/shahid/skip-email-insensitive
-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 a8c2566..9ffbd0d 100644
--- a/spec/run_oc_pedant.rb
+++ b/spec/run_oc_pedant.rb
@@ -189,7 +189,8 @@ begin
# 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,