From c92ac5b198d3acdf68c6f666ea983193307f19e3 Mon Sep 17 00:00:00 2001 From: Eric Sauer Date: Wed, 14 Aug 2024 15:04:15 +0000 Subject: [PATCH] Test removing duplicate commit in integration tests Signed-off-by: Eric Sauer --- exporters/tests/integration/test_committime.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/exporters/tests/integration/test_committime.py b/exporters/tests/integration/test_committime.py index fbf9544c0..3d101c720 100644 --- a/exporters/tests/integration/test_committime.py +++ b/exporters/tests/integration/test_committime.py @@ -48,13 +48,13 @@ def expected_commits() -> list[CommitMetricEssentials]: commit_hash="15dedb60b6208aafdfb2328a93543e3d94500978", image_hash="sha256:c1282f65b5c327db4dcc6cdfb27e91338bd625d119d9ae769318f089d82e35e2", ), - CommitMetricEssentials( - commit_timestamp=1619381788.0, - namespace="basic-nginx-build", - name="basic-nginx", - commit_hash="15dedb60b6208aafdfb2328a93543e3d94500978", - image_hash="sha256:4a20c8cfa48af3a938462e9cd7bfa0b16abfbc6ba16f0999f3931c79b1130e4b", - ), + # CommitMetricEssentials( + # commit_timestamp=1619381788.0, + # namespace="basic-nginx-build", + # name="basic-nginx", + # commit_hash="15dedb60b6208aafdfb2328a93543e3d94500978", + # image_hash="sha256:4a20c8cfa48af3a938462e9cd7bfa0b16abfbc6ba16f0999f3931c79b1130e4b", + # ), CommitMetricEssentials( commit_timestamp=1620401174.0, namespace="basic-nginx-build",