mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 11:51:06 +00:00
Merge pull request #39 from fzylogic/congress
disable 2 tests that currently fail in DHO
This commit is contained in:
commit
7504073866
2 changed files with 2 additions and 0 deletions
|
@ -337,6 +337,7 @@ def test_object_create_bad_contentlength_unreadable():
|
|||
@attr(assertion='fails 400')
|
||||
@nose.with_setup(teardown=_clear_custom_headers)
|
||||
@attr('fails_on_rgw')
|
||||
@attr('fails_on_dho')
|
||||
def test_object_create_bad_contentlength_mismatch_above():
|
||||
content = 'bar'
|
||||
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(operation='check cors response when origin header set')
|
||||
@attr(assertion='returning cors header')
|
||||
@attr('fails_on_dho')
|
||||
def test_cors_origin_response():
|
||||
cfg = CORSConfiguration()
|
||||
bucket = get_new_bucket()
|
||||
|
|
Loading…
Reference in a new issue