mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
Add fails_on_mod_proxy_fcgi to functional.test_s3.test_100_continue
Signed-off-by: Andrew Schoen <aschoen@redhat.com> (cherry picked from commit 9aef2c217997cf1f377353c20d110dcd2bd77fc1)
This commit is contained in:
parent
992f2f169b
commit
49a1e295a9
1 changed files with 1 additions and 0 deletions
|
@ -4241,6 +4241,7 @@ def _simple_http_req_100_cont(host, port, is_secure, method, resource):
|
||||||
@attr(operation='w/expect continue')
|
@attr(operation='w/expect continue')
|
||||||
@attr(assertion='succeeds if object is public-read-write')
|
@attr(assertion='succeeds if object is public-read-write')
|
||||||
@attr('100_continue')
|
@attr('100_continue')
|
||||||
|
@attr('fails_on_mod_proxy_fcgi')
|
||||||
def test_100_continue():
|
def test_100_continue():
|
||||||
bucket = get_new_bucket()
|
bucket = get_new_bucket()
|
||||||
objname = 'testobj'
|
objname = 'testobj'
|
||||||
|
|
Loading…
Reference in a new issue