mark attribute tests as failing on dbstore (for now)

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
This commit is contained in:
Matt Benjamin 2024-11-29 12:31:54 -05:00
parent 8f10b2e532
commit a30f6e0010

View 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()