summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjan shahid shaik <jashaik@progress.com>2021-05-11 15:15:13 +0530
committerjan shahid shaik <jashaik@progress.com>2021-05-11 15:15:13 +0530
commit97f8c870fdf1cb7828386fcd97129254a6794bb7 (patch)
tree5b3b8130fe811f61c545878a78058deb955c3352
parent10a8081628972313eb9739ea6b865ae5fec8d9f2 (diff)
downloadchef-zero-97f8c870fdf1cb7828386fcd97129254a6794bb7.tar.gz
Skipping User Email case insensitive pedant test
Signed-off-by: jan shahid shaik <jashaik@progress.com>
-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,