mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-22 09:29:43 +00:00
test_s3: mark test_oject_head_zero_bytes fails_on_rgw
It works on civetweb, fails on apache. Revert this once it is fixed. See http://tracker.ceph.com/issues/15460 Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
41c8be0584
commit
49cdb72ff1
1 changed files with 1 additions and 0 deletions
|
@ -1012,6 +1012,7 @@ def test_multi_object_delete():
|
||||||
@attr(method='put')
|
@attr(method='put')
|
||||||
@attr(operation='write zero-byte key')
|
@attr(operation='write zero-byte key')
|
||||||
@attr(assertion='correct content length')
|
@attr(assertion='correct content length')
|
||||||
|
@attr('fails_on_rgw') # actually, just apache; works with civetweb.
|
||||||
def test_object_head_zero_bytes():
|
def test_object_head_zero_bytes():
|
||||||
bucket = get_new_bucket()
|
bucket = get_new_bucket()
|
||||||
key = bucket.new_key('foo')
|
key = bucket.new_key('foo')
|
||||||
|
|
Loading…
Reference in a new issue