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-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=021ada21654f1ee535adefd2ec9734f4eebcf808;p=s3-tests.git tag test_versioning_obj_suspended_copy with fails_on_dbstore Signed-off-by: Juan Zhu (cherry picked from commit 1866f04d81cbd012ad91480e9f207c9222dfffb7) --- diff --git a/s3tests_boto3/functional/test_s3.py b/s3tests_boto3/functional/test_s3.py index f1f21b3e..36abbe36 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()