mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 11:51:06 +00:00
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>
This commit is contained in:
parent
a2acdbfdda
commit
1866f04d81
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) == len(contents)
|
||||
|
||||
@pytest.mark.fails_on_dbstore
|
||||
def test_versioning_obj_suspended_copy():
|
||||
bucket_name = get_new_bucket()
|
||||
client = get_client()
|
||||
|
|
Loading…
Reference in a new issue