]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
mark attribute tests as failing on dbstore (for now)
authorMatt Benjamin <mbenjamin@redhat.com>
Fri, 29 Nov 2024 17:31:54 +0000 (12:31 -0500)
committerMatt Benjamin <mbenjamin@redhat.com>
Thu, 28 Aug 2025 14:38:15 +0000 (10:38 -0400)
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
s3tests_boto3/functional/test_s3.py

index 01dc6ea8c2ff98396ad30b563ecceea9013c716e..80796b57b82ec942cea14468278ba97c537b7e27 100644 (file)
@@ -15366,6 +15366,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()
@@ -15401,6 +15402,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()