From: Matt Benjamin Date: Fri, 29 Nov 2024 17:31:54 +0000 (-0500) Subject: mark attribute tests as failing on dbstore (for now) X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F571%2Fhead;p=s3-tests.git mark attribute tests as failing on dbstore (for now) Signed-off-by: Matt Benjamin --- diff --git a/s3tests_boto3/functional/test_s3.py b/s3tests_boto3/functional/test_s3.py index 5e8cad1e..e5f5fd7a 100644 --- a/s3tests_boto3/functional/test_s3.py +++ b/s3tests_boto3/functional/test_s3.py @@ -15613,6 +15613,7 @@ def test_get_versioned_object_attributes(): assert 'ObjectParts' not in response @pytest.mark.encryption +@pytest.mark.fails_on_dbstore def test_get_sse_c_encrypted_object_attributes(): bucket_name = get_new_bucket() client = get_client() @@ -15648,6 +15649,7 @@ def test_get_sse_c_encrypted_object_attributes(): assert response['StorageClass'] == 'STANDARD' assert 'ObjectParts' not in response +@pytest.mark.fails_on_dbstore def test_get_object_attributes(): bucket_name = get_new_bucket() client = get_client()