Merge pull request #107 from ceph/wip-skip-length-0

test_s3: mark test_oject_head_zero_bytes fails_on_rgw
This commit is contained in:
Sage Weil 2016-04-11 17:25:21 -04:00
commit 062090a205

View file

@ -1012,6 +1012,7 @@ def test_multi_object_delete():
@attr(method='put')
@attr(operation='write zero-byte key')
@attr(assertion='correct content length')
@attr('fails_on_rgw') # actually, just apache; works with civetweb.
def test_object_head_zero_bytes():
bucket = get_new_bucket()
key = bucket.new_key('foo')