mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-22 09:29:43 +00:00
disable 2 tests that currently fail in DHO
Disable these 2 tests that are currently failing in DHO: s3tests.functional.test_headers.test_object_create_bad_contentlength_mismatch_above s3tests.functional.test_s3.test_cors_origin_response
This commit is contained in:
parent
2ba0de0021
commit
6b4c00559d
2 changed files with 2 additions and 0 deletions
|
@ -337,6 +337,7 @@ def test_object_create_bad_contentlength_unreadable():
|
||||||
@attr(assertion='fails 400')
|
@attr(assertion='fails 400')
|
||||||
@nose.with_setup(teardown=_clear_custom_headers)
|
@nose.with_setup(teardown=_clear_custom_headers)
|
||||||
@attr('fails_on_rgw')
|
@attr('fails_on_rgw')
|
||||||
|
@attr('fails_on_dho')
|
||||||
def test_object_create_bad_contentlength_mismatch_above():
|
def test_object_create_bad_contentlength_mismatch_above():
|
||||||
content = 'bar'
|
content = 'bar'
|
||||||
length = len(content) + 1
|
length = len(content) + 1
|
||||||
|
|
|
@ -4412,6 +4412,7 @@ def _cors_request_and_check(func, url, headers, expect_status, expect_allow_orig
|
||||||
@attr(method='get')
|
@attr(method='get')
|
||||||
@attr(operation='check cors response when origin header set')
|
@attr(operation='check cors response when origin header set')
|
||||||
@attr(assertion='returning cors header')
|
@attr(assertion='returning cors header')
|
||||||
|
@attr('fails_on_dho')
|
||||||
def test_cors_origin_response():
|
def test_cors_origin_response():
|
||||||
cfg = CORSConfiguration()
|
cfg = CORSConfiguration()
|
||||||
bucket = get_new_bucket()
|
bucket = get_new_bucket()
|
||||||
|
|
Loading…
Reference in a new issue