Skip to content

Commit bd6d580

Browse files
committed
Add fails_on_rcs attr for tests that fail againt Riak CS
1 parent 167386d commit bd6d580

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

s3tests/functional/test_s3.py

-3
Original file line numberDiff line numberDiff line change
@@ -4507,7 +4507,6 @@ def test_object_copy_canned_acl():
45074507
@attr(resource='object')
45084508
@attr(method='put')
45094509
@attr(operation='copy object and retain metadata')
4510-
@attr('fails_on_rcs')
45114510
def test_object_copy_retaining_metadata():
45124511
for size in [3, 1024 * 1024]:
45134512
bucket = get_new_bucket()
@@ -4528,7 +4527,6 @@ def test_object_copy_retaining_metadata():
45284527
@attr(resource='object')
45294528
@attr(method='put')
45304529
@attr(operation='copy object and replace metadata')
4531-
@attr('fails_on_rcs')
45324530
def test_object_copy_replacing_metadata():
45334531
for size in [3, 1024 * 1024]:
45344532
bucket = get_new_bucket()
@@ -4680,7 +4678,6 @@ def _check_upload_multipart_resend(bucket, key, objlen, resend_parts):
46804678
@attr(method='put')
46814679
@attr(operation='complete multi-part upload')
46824680
@attr(assertion='successful')
4683-
@attr('fails_on_rcs')
46844681
def test_multipart_upload_resend_part():
46854682
bucket = get_new_bucket()
46864683
key="mymultipart"

0 commit comments

Comments
 (0)