From f55bb2d0fc29b3268e47b12df72ba0a80511213f Mon Sep 17 00:00:00 2001 From: behnazh-w Date: Thu, 18 Jan 2024 11:11:07 +1000 Subject: [PATCH] test(integration): skip comparing Macaron version in VSA test Signed-off-by: behnazh-w --- tests/vsa/compare_vsa.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/vsa/compare_vsa.py b/tests/vsa/compare_vsa.py index d4e1dced6..fa18fc369 100644 --- a/tests/vsa/compare_vsa.py +++ b/tests/vsa/compare_vsa.py @@ -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, }, )