Merge pull request #39 from fzylogic/congress

disable 2 tests that currently fail in DHO
This commit is contained in:
Yehuda Sadeh 2015-01-20 18:05:58 -08:00
commit 7504073866
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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()