Skip to content

Commit

Permalink
mark attribute tests as failing on dbstore (for now)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Benjamin <[email protected]>
  • Loading branch information
mattbenjamin committed Nov 29, 2024
1 parent 9bf223d commit 2f041ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions s3tests_boto3/functional/test_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -14258,6 +14258,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()
Expand Down Expand Up @@ -14293,6 +14294,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()
Expand Down

0 comments on commit 2f041ae

Please sign in to comment.