]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
Add fails_on_rgw on multipart copy part tests 99/head
authorJavier M. Mellid <jmunhoz@igalia.com>
Mon, 28 Mar 2016 09:18:18 +0000 (09:18 +0000)
committerJavier M. Mellid <jmunhoz@igalia.com>
Mon, 28 Mar 2016 09:19:27 +0000 (09:19 +0000)
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
s3tests/functional/test_s3.py

index 9d958b7efc4b84aa2434aa1326ebe8c3472184ef..cdd61f8d67226ac4be64968de40631a443add2c7 100644 (file)
@@ -4927,6 +4927,7 @@ def _check_key_content(src, dst):
 @attr(resource='object')
 @attr(method='put')
 @attr(operation='check multipart copies with single small part')
+@attr('fails_on_rgw')
 def test_multipart_copy_small():
     (src_bucket, src_key) = _create_key_with_random_content('foo')
     dst_bucket = get_new_bucket()
@@ -5033,6 +5034,7 @@ def test_multipart_upload_multiple_sizes():
     upload.complete_upload()
 
 @attr(assertion='successful')
+@attr('fails_on_rgw')
 def test_multipart_copy_multiple_sizes():
     (src_bucket, src_key) = _create_key_with_random_content('foo', 12 * 1024 * 1024)
     dst_bucket = get_new_bucket()