]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
mark attribute tests as failing on dbstore (for now) 571/head
authorMatt Benjamin <mbenjamin@redhat.com>
Fri, 29 Nov 2024 17:31:54 +0000 (12:31 -0500)
committerMatt Benjamin <mbenjamin@redhat.com>
Tue, 7 Jan 2025 20:24:56 +0000 (15:24 -0500)
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
s3tests_boto3/functional/test_s3.py

index 5e8cad1ef0abfe422013a59f005a8f6ef391b507..e5f5fd7a1623605b23b6e0901ebf151ece8e0768 100644 (file)
@@ -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()