diff options
author | jan shahid shaik <jashaik@progress.com> | 2021-05-11 15:15:13 +0530 |
---|---|---|
committer | jan shahid shaik <jashaik@progress.com> | 2021-05-11 15:15:13 +0530 |
commit | 97f8c870fdf1cb7828386fcd97129254a6794bb7 (patch) | |
tree | 5b3b8130fe811f61c545878a78058deb955c3352 /spec/run_oc_pedant.rb | |
parent | 10a8081628972313eb9739ea6b865ae5fec8d9f2 (diff) | |
download | chef-zero-97f8c870fdf1cb7828386fcd97129254a6794bb7.tar.gz |
Skipping User Email case insensitive pedant test
Signed-off-by: jan shahid shaik <jashaik@progress.com>
Diffstat (limited to 'spec/run_oc_pedant.rb')
-rw-r--r-- | spec/run_oc_pedant.rb | 3 |
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, |