Merge "tests: Skip s3api copy-version test when OV not enabled"
This commit is contained in:
commit
3b651d945c
@ -880,6 +880,8 @@ class TestS3ApiMultiUpload(S3ApiBase):
|
|||||||
self.assertEqual(headers['content-length'], '0')
|
self.assertEqual(headers['content-length'], '0')
|
||||||
|
|
||||||
def test_object_multi_upload_part_copy_version(self):
|
def test_object_multi_upload_part_copy_version(self):
|
||||||
|
if 'object_versioning' not in tf.cluster_info:
|
||||||
|
self.skipTest('Object Versioning not enabled')
|
||||||
bucket = 'bucket'
|
bucket = 'bucket'
|
||||||
keys = ['obj1']
|
keys = ['obj1']
|
||||||
uploads = []
|
uploads = []
|
||||||
|
Loading…
Reference in New Issue
Block a user