Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/vsa/compare_vsa.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ def main() -> int:
expected=expected_payload,
compare_fn_map={
".predicate.timeVerified": skip_compare,
# We should not compare Macaron version against the snapshot test VSA because the test will
# fail once we bump the Macaron version in the next release, failing the automatic release altogether!
".predicate.verifier.version.macaron": skip_compare,
},
)

Expand Down