forked from TrueCloudLab/frostfs-testcases
exclude multiupload from dev-env
Signed-off-by: Yulia Kovshova <y.kovshova@yadro.com>
This commit is contained in:
parent
9e2f8dfb00
commit
2e8e105756
1 changed files with 1 additions and 0 deletions
|
@ -273,6 +273,7 @@ class TestS3Gate(TestS3GateBase):
|
||||||
got_content == version_2_content
|
got_content == version_2_content
|
||||||
), f"Expected object content is\n{version_2_content}\nGot\n{got_content}"
|
), f"Expected object content is\n{version_2_content}\nGot\n{got_content}"
|
||||||
|
|
||||||
|
@pytest.mark.s3_gate_multipart
|
||||||
@allure.title("Test S3 Object Multipart API")
|
@allure.title("Test S3 Object Multipart API")
|
||||||
def test_s3_api_multipart(self, bucket):
|
def test_s3_api_multipart(self, bucket):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue