summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinay Satish <vinay.satish@progress.com>2021-09-30 14:34:56 +0530
committerVinay Satish <vinay.satish@progress.com>2021-09-30 14:34:56 +0530
commit8849677d0505531adb3d3e8d17d349380d45dcbc (patch)
tree02dacc90d4304bc178fd1c4515ec2b2c7832981e
parentc0f7d34cd3a7b7ec2f0f288b3e03181f53749ae2 (diff)
downloadchef-zero-8849677d0505531adb3d3e8d17d349380d45dcbc.tar.gz
skipping_response_header_test_for_pedant
Signed-off-by: Vinay Satish <vinay.satish@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 a9229ed..6694597 100644
--- a/spec/run_oc_pedant.rb
+++ b/spec/run_oc_pedant.rb
@@ -191,7 +191,8 @@ begin
"--skip-status",
"--skip=email_case_insensitive",
- "--skip=nginx_default_error"
+ "--skip=nginx_default_error",
+ "--skip=response_headers"
]
# The knife tests are very slow and don't give us a lot of extra coverage,