Skip to content

Commit

Permalink
CS 2.1.2 works for empty multipart complete
Browse files Browse the repository at this point in the history
  • Loading branch information
kuenishi committed Mar 21, 2016
1 parent 27ae8f8 commit 2e567ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion s3tests/functional/test_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -4596,7 +4596,6 @@ def _multipart_upload(bucket, s3_key_name, size, part_size=5*1024*1024, do_list=
@attr(resource='object')
@attr(method='put')
@attr(operation='check multipart upload without parts')
@attr('fails_on_rcs')
def test_multipart_upload_empty():
bucket = get_new_bucket()
key = "mymultipart"
Expand Down

0 comments on commit 2e567ff

Please sign in to comment.