Should be reverted once fixes are pushed to the dho branch.
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
@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')
@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')