From 3d3ea9bcfe88cb023d96a2e4d4e039bee3d8d9e0 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 4 Mar 2015 15:10:40 -0600 Subject: [PATCH] Add fails_on_mod_proxy_fcgi to functional.test_s3.test_100_continue Backport: hammer, firefly Signed-off-by: Andrew Schoen --- s3tests/functional/test_s3.py | 1 + 1 file changed, 1 insertion(+) diff --git a/s3tests/functional/test_s3.py b/s3tests/functional/test_s3.py index eb925bc..16d61d9 100644 --- a/s3tests/functional/test_s3.py +++ b/s3tests/functional/test_s3.py @@ -4673,6 +4673,7 @@ def _simple_http_req_100_cont(host, port, is_secure, method, resource): @attr(operation='w/expect continue') @attr(assertion='succeeds if object is public-read-write') @attr('100_continue') +@attr('fails_on_mod_proxy_fcgi') def test_100_continue(): bucket = get_new_bucket() objname = 'testobj'