From: Jane Zhu Date: Mon, 12 Feb 2024 17:44:49 +0000 (-0500) Subject: tag test_versioning_obj_suspended_copy with fails_on_dbstore X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1866f04d81cbd012ad91480e9f207c9222dfffb7;p=s3-tests.git tag test_versioning_obj_suspended_copy with fails_on_dbstore Signed-off-by: Juan Zhu --- diff --git a/s3tests_boto3/functional/test_s3.py b/s3tests_boto3/functional/test_s3.py index 0e7e4926..db6ccb4a 100644 --- a/s3tests_boto3/functional/test_s3.py +++ b/s3tests_boto3/functional/test_s3.py @@ -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()