forked from TrueCloudLab/s3-tests
tag test_versioning_obj_suspended_copy with fails_on_dbstore
Signed-off-by: Juan Zhu <jzhu4@dev-10-34-20-139.pw1.bcc.bloomberg.com>
(cherry picked from commit 1866f04d81
)
This commit is contained in:
parent
603679a414
commit
021ada2165
1 changed files with 1 additions and 0 deletions
|
@ -7509,6 +7509,7 @@ def test_versioning_obj_suspend_versions():
|
||||||
assert len(version_ids) == 0
|
assert len(version_ids) == 0
|
||||||
assert len(version_ids) == len(contents)
|
assert len(version_ids) == len(contents)
|
||||||
|
|
||||||
|
@pytest.mark.fails_on_dbstore
|
||||||
def test_versioning_obj_suspended_copy():
|
def test_versioning_obj_suspended_copy():
|
||||||
bucket_name = get_new_bucket()
|
bucket_name = get_new_bucket()
|
||||||
client = get_client()
|
client = get_client()
|
||||||
|
|
Loading…
Reference in a new issue