Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit bceefe0

Browse files
committed
skip TagCount
1 parent 9e28e93 commit bceefe0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/aws/services/s3/test_s3_api.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1897,6 +1897,12 @@ def test_object_tagging_versioned(self, s3_bucket, aws_client, snapshot):
18971897
snapshot.match("delete-object-tags-delete-marker-latest", e.value.response)
18981898

18991899
@markers.aws.validated
1900+
@markers.snapshot.skip_snapshot_verify(
1901+
paths=[
1902+
# TODO: support TagCount in HeadObject
1903+
"$.head-obj.TagCount",
1904+
]
1905+
)
19001906
def test_put_object_with_tags(self, s3_bucket, aws_client, snapshot):
19011907
object_key = "test-put-object-tagging"
19021908
# tagging must be a URL encoded string directly

0 commit comments

Comments
 (0)