diff --git a/s3tests_boto3/functional/test_s3.py b/s3tests_boto3/functional/test_s3.py index e89f7071..3d35637c 100644 --- a/s3tests_boto3/functional/test_s3.py +++ b/s3tests_boto3/functional/test_s3.py @@ -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() @@ -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()