mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
annotate tests with fails_on_dho
Should be reverted once fixes are pushed to the dho branch. Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
This commit is contained in:
parent
304e3422e2
commit
3eaa877022
1 changed files with 2 additions and 0 deletions
|
@ -2749,6 +2749,7 @@ def test_object_copy_same_bucket():
|
|||
@attr(method='put')
|
||||
@attr(operation='copy object to itself')
|
||||
@attr(assertion='fails')
|
||||
@attr('fails_on_dho')
|
||||
def test_object_copy_to_itself():
|
||||
bucket = get_new_bucket()
|
||||
key = bucket.new_key('foo123bar')
|
||||
|
@ -2762,6 +2763,7 @@ def test_object_copy_to_itself():
|
|||
@attr(method='put')
|
||||
@attr(operation='modify object metadata by copying')
|
||||
@attr(assertion='fails')
|
||||
@attr('fails_on_dho')
|
||||
def test_object_copy_to_itself_with_metadata():
|
||||
bucket = get_new_bucket()
|
||||
key = bucket.new_key('foo123bar')
|
||||
|
|
Loading…
Reference in a new issue